Skip to content

Commit

Permalink
Merge pull request #93 from piotrwitek/HallofContributors
Browse files Browse the repository at this point in the history
Added Hall of Contributors and added all past contributors to the ini…
  • Loading branch information
piotrwitek committed Sep 17, 2018
2 parents 7d9cc76 + fd7352e commit f6402d3
Show file tree
Hide file tree
Showing 11 changed files with 1,369 additions and 6 deletions.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ This gives you the power to prioritize our work and support the project contribu
- [Default and Named Module Exports](#default-and-named-module-exports)
- [FAQ](#faq)
- [Tutorials](#tutorials)
- [Contributors](#contributors)

---

Expand Down Expand Up @@ -1446,7 +1447,7 @@ class StatefulCounter extends React.Component<Props, State> {
---
# Tutorials
## Tutorials
> Curated list of relevant in-depth tutorials
Higher-Order Components:
Expand All @@ -1456,6 +1457,22 @@ Higher-Order Components:
---
## Contributors
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->
| [<img src="https://avatars0.githubusercontent.com/u/739075?v=4" width="100px;"/><br /><sub><b>Piotrek Witek</b></sub>](https://github.com/piotrwitek)<br />[💻](https://github.com/piotrwitek/react-redux-typescript-guide/commits?author=piotrwitek "Code") [📖](https://github.com/piotrwitek/react-redux-typescript-guide/commits?author=piotrwitek "Documentation") [🤔](#ideas-piotrwitek "Ideas, Planning, & Feedback") [👀](#review-piotrwitek "Reviewed Pull Requests") [💡](#example-piotrwitek "Examples") [💬](#question-piotrwitek "Answering Questions") | [<img src="https://avatars3.githubusercontent.com/u/8602615?v=4" width="100px;"/><br /><sub><b>Kazz Yokomizo</b></sub>](https://github.com/kazup01)<br />[💵](#financial-kazup01 "Financial") [🔍](#fundingFinding-kazup01 "Funding Finding") | [<img src="https://avatars1.githubusercontent.com/u/366438?v=4" width="100px;"/><br /><sub><b>Jake Boone</b></sub>](https://github.com/jakeboone02)<br />[📖](https://github.com/piotrwitek/react-redux-typescript-guide/commits?author=jakeboone02 "Documentation") | [<img src="https://avatars1.githubusercontent.com/u/9748762?v=4" width="100px;"/><br /><sub><b>Amit Dahan</b></sub>](https://github.com/amitdahan)<br />[📖](https://github.com/piotrwitek/react-redux-typescript-guide/commits?author=amitdahan "Documentation") | [<img src="https://avatars1.githubusercontent.com/u/98167?v=4" width="100px;"/><br /><sub><b>gulderov</b></sub>](https://github.com/gulderov)<br />[📖](https://github.com/piotrwitek/react-redux-typescript-guide/commits?author=gulderov "Documentation") | [<img src="https://avatars1.githubusercontent.com/u/1964212?v=4" width="100px;"/><br /><sub><b>Erik Pearson</b></sub>](https://github.com/emp823)<br />[📖](https://github.com/piotrwitek/react-redux-typescript-guide/commits?author=emp823 "Documentation") | [<img src="https://avatars1.githubusercontent.com/u/5342677?v=4" width="100px;"/><br /><sub><b>Bryan Mason</b></sub>](https://github.com/flymason)<br />[📖](https://github.com/piotrwitek/react-redux-typescript-guide/commits?author=flymason "Documentation") |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
| [<img src="https://avatars1.githubusercontent.com/u/119451?v=4" width="100px;"/><br /><sub><b>Jakub Chodorowicz</b></sub>](http://www.jakub.chodorowicz.pl/)<br />[💡](#example-chodorowicz "Examples") | [<img src="https://avatars1.githubusercontent.com/u/7266431?v=4" width="100px;"/><br /><sub><b>Oleg Maslov</b></sub>](https://github.com/mleg)<br />[🐛](https://github.com/piotrwitek/react-redux-typescript-guide/issues?q=author%3Amleg "Bug reports") | [<img src="https://avatars0.githubusercontent.com/u/3393293?v=4" width="100px;"/><br /><sub><b>Aaron Westbrook</b></sub>](https://github.com/awestbro)<br />[🐛](https://github.com/piotrwitek/react-redux-typescript-guide/issues?q=author%3Aawestbro "Bug reports") | [<img src="https://avatars3.githubusercontent.com/u/14539?v=4" width="100px;"/><br /><sub><b>Peter Blazejewicz</b></sub>](http://www.linkedin.com/in/peterblazejewicz)<br />[💡](#example-peterblazejewicz "Examples") | [<img src="https://avatars3.githubusercontent.com/u/1642?v=4" width="100px;"/><br /><sub><b>Solomon White</b></sub>](https://github.com/rubysolo)<br />[📖](https://github.com/piotrwitek/react-redux-typescript-guide/commits?author=rubysolo "Documentation") | [<img src="https://avatars2.githubusercontent.com/u/8838006?v=4" width="100px;"/><br /><sub><b>Levi Rocha</b></sub>](https://github.com/pino)<br />[📖](https://github.com/piotrwitek/react-redux-typescript-guide/commits?author=pino "Documentation") | [<img src="https://avatars1.githubusercontent.com/u/41281835?v=4" width="100px;"/><br /><sub><b>Sudachi-kun</b></sub>](http://cloudnative.co.jp)<br />[💵](#financial-loadbalance-sudachi-kun "Financial") |
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
---
MIT License
Copyright (c) 2017 Piotr Witek <piotrek.witek@gmail.com> (http://piotrwitek.github.io)
2 changes: 1 addition & 1 deletion docs/markdown/6_links.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tutorials
## Tutorials
> Curated list of relevant in-depth tutorials
Higher-Order Components:
Expand Down
13 changes: 13 additions & 0 deletions docs/markdown/_contributors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

## Contributors

Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->
| [<img src="https://avatars0.githubusercontent.com/u/739075?v=4" width="100px;"/><br /><sub><b>Piotrek Witek</b></sub>](https://github.com/piotrwitek)<br />[💻](https://github.com/piotrwitek/react-redux-typescript-guide/commits?author=piotrwitek "Code") [📖](https://github.com/piotrwitek/react-redux-typescript-guide/commits?author=piotrwitek "Documentation") [🤔](#ideas-piotrwitek "Ideas, Planning, & Feedback") [👀](#review-piotrwitek "Reviewed Pull Requests") [💡](#example-piotrwitek "Examples") [💬](#question-piotrwitek "Answering Questions") | [<img src="https://avatars3.githubusercontent.com/u/8602615?v=4" width="100px;"/><br /><sub><b>Kazz Yokomizo</b></sub>](https://github.com/kazup01)<br />[💵](#financial-kazup01 "Financial") [🔍](#fundingFinding-kazup01 "Funding Finding") | [<img src="https://avatars1.githubusercontent.com/u/366438?v=4" width="100px;"/><br /><sub><b>Jake Boone</b></sub>](https://github.com/jakeboone02)<br />[📖](https://github.com/piotrwitek/react-redux-typescript-guide/commits?author=jakeboone02 "Documentation") | [<img src="https://avatars1.githubusercontent.com/u/9748762?v=4" width="100px;"/><br /><sub><b>Amit Dahan</b></sub>](https://github.com/amitdahan)<br />[📖](https://github.com/piotrwitek/react-redux-typescript-guide/commits?author=amitdahan "Documentation") | [<img src="https://avatars1.githubusercontent.com/u/98167?v=4" width="100px;"/><br /><sub><b>gulderov</b></sub>](https://github.com/gulderov)<br />[📖](https://github.com/piotrwitek/react-redux-typescript-guide/commits?author=gulderov "Documentation") | [<img src="https://avatars1.githubusercontent.com/u/1964212?v=4" width="100px;"/><br /><sub><b>Erik Pearson</b></sub>](https://github.com/emp823)<br />[📖](https://github.com/piotrwitek/react-redux-typescript-guide/commits?author=emp823 "Documentation") | [<img src="https://avatars1.githubusercontent.com/u/5342677?v=4" width="100px;"/><br /><sub><b>Bryan Mason</b></sub>](https://github.com/flymason)<br />[📖](https://github.com/piotrwitek/react-redux-typescript-guide/commits?author=flymason "Documentation") |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
| [<img src="https://avatars1.githubusercontent.com/u/119451?v=4" width="100px;"/><br /><sub><b>Jakub Chodorowicz</b></sub>](http://www.jakub.chodorowicz.pl/)<br />[💡](#example-chodorowicz "Examples") | [<img src="https://avatars1.githubusercontent.com/u/7266431?v=4" width="100px;"/><br /><sub><b>Oleg Maslov</b></sub>](https://github.com/mleg)<br />[🐛](https://github.com/piotrwitek/react-redux-typescript-guide/issues?q=author%3Amleg "Bug reports") | [<img src="https://avatars0.githubusercontent.com/u/3393293?v=4" width="100px;"/><br /><sub><b>Aaron Westbrook</b></sub>](https://github.com/awestbro)<br />[🐛](https://github.com/piotrwitek/react-redux-typescript-guide/issues?q=author%3Aawestbro "Bug reports") | [<img src="https://avatars3.githubusercontent.com/u/14539?v=4" width="100px;"/><br /><sub><b>Peter Blazejewicz</b></sub>](http://www.linkedin.com/in/peterblazejewicz)<br />[💡](#example-peterblazejewicz "Examples") | [<img src="https://avatars3.githubusercontent.com/u/1642?v=4" width="100px;"/><br /><sub><b>Solomon White</b></sub>](https://github.com/rubysolo)<br />[📖](https://github.com/piotrwitek/react-redux-typescript-guide/commits?author=rubysolo "Documentation") | [<img src="https://avatars2.githubusercontent.com/u/8838006?v=4" width="100px;"/><br /><sub><b>Levi Rocha</b></sub>](https://github.com/pino)<br />[📖](https://github.com/piotrwitek/react-redux-typescript-guide/commits?author=pino "Documentation") | [<img src="https://avatars1.githubusercontent.com/u/41281835?v=4" width="100px;"/><br /><sub><b>Sudachi-kun</b></sub>](http://cloudnative.co.jp)<br />[💵](#financial-loadbalance-sudachi-kun "Financial") |
<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
File renamed without changes.
1 change: 1 addition & 0 deletions docs/markdown/_toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@
- [Default and Named Module Exports](#default-and-named-module-exports)
- [FAQ](#faq)
- [Tutorials](#tutorials)
- [Contributors](#contributors)
145 changes: 145 additions & 0 deletions generator/.all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
{
"projectName": "react-redux-typescript-guide",
"projectOwner": "piotrwitek",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"../docs/markdown/_contributors.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "piotrwitek",
"name": "Piotrek Witek",
"avatar_url": "https://avatars0.githubusercontent.com/u/739075?v=4",
"profile": "https://github.com/piotrwitek",
"contributions": [
"code",
"doc",
"ideas",
"review",
"example",
"question"
]
},
{
"login": "kazup01",
"name": "Kazz Yokomizo",
"avatar_url": "https://avatars3.githubusercontent.com/u/8602615?v=4",
"profile": "https://github.com/kazup01",
"contributions": [
"financial",
"fundingFinding"
]
},
{
"login": "jakeboone02",
"name": "Jake Boone",
"avatar_url": "https://avatars1.githubusercontent.com/u/366438?v=4",
"profile": "https://github.com/jakeboone02",
"contributions": [
"doc"
]
},
{
"login": "amitdahan",
"name": "Amit Dahan",
"avatar_url": "https://avatars1.githubusercontent.com/u/9748762?v=4",
"profile": "https://github.com/amitdahan",
"contributions": [
"doc"
]
},
{
"login": "gulderov",
"name": "gulderov",
"avatar_url": "https://avatars1.githubusercontent.com/u/98167?v=4",
"profile": "https://github.com/gulderov",
"contributions": [
"doc"
]
},
{
"login": "emp823",
"name": "Erik Pearson",
"avatar_url": "https://avatars1.githubusercontent.com/u/1964212?v=4",
"profile": "https://github.com/emp823",
"contributions": [
"doc"
]
},
{
"login": "flymason",
"name": "Bryan Mason",
"avatar_url": "https://avatars1.githubusercontent.com/u/5342677?v=4",
"profile": "https://github.com/flymason",
"contributions": [
"doc"
]
},
{
"login": "chodorowicz",
"name": "Jakub Chodorowicz",
"avatar_url": "https://avatars1.githubusercontent.com/u/119451?v=4",
"profile": "http://www.jakub.chodorowicz.pl/",
"contributions": [
"example"
]
},
{
"login": "mleg",
"name": "Oleg Maslov",
"avatar_url": "https://avatars1.githubusercontent.com/u/7266431?v=4",
"profile": "https://github.com/mleg",
"contributions": [
"bug"
]
},
{
"login": "awestbro",
"name": "Aaron Westbrook",
"avatar_url": "https://avatars0.githubusercontent.com/u/3393293?v=4",
"profile": "https://github.com/awestbro",
"contributions": [
"bug"
]
},
{
"login": "peterblazejewicz",
"name": "Peter Blazejewicz",
"avatar_url": "https://avatars3.githubusercontent.com/u/14539?v=4",
"profile": "http://www.linkedin.com/in/peterblazejewicz",
"contributions": [
"example"
]
},
{
"login": "rubysolo",
"name": "Solomon White",
"avatar_url": "https://avatars3.githubusercontent.com/u/1642?v=4",
"profile": "https://github.com/rubysolo",
"contributions": [
"doc"
]
},
{
"login": "pino",
"name": "Levi Rocha",
"avatar_url": "https://avatars2.githubusercontent.com/u/8838006?v=4",
"profile": "https://github.com/pino",
"contributions": [
"doc"
]
},
{
"login": "loadbalance-sudachi-kun",
"name": "Sudachi-kun",
"avatar_url": "https://avatars1.githubusercontent.com/u/41281835?v=4",
"profile": "http://cloudnative.co.jp",
"contributions": [
"financial"
]
}
]
}
3 changes: 2 additions & 1 deletion generator/bin/generate-readme.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion generator/bin/generate-readme.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f6402d3

Please sign in to comment.