Docs: Add yourself as a contributor (#677)

This commit is contained in:
Frank Taillandier
2017-10-12 00:15:04 +02:00
committed by Jessica Parsons
parent 8bf21cac14
commit b0bf60bd7d
4 changed files with 27 additions and 5 deletions

View File

@ -49,7 +49,20 @@ We actively welcome your pull requests.
4. Ensure the test suite passes.
5. Make sure your code lints.
6. PR's must be rebased before merge (feel free to ask for help)
7. PR should be reviewed by two maintainers (@erquhart, @Benaiah, @tech4him1) prior to merging.
7. PR should be reviewed by two maintainers (@erquhart, @Benaiah, @tech4him1) prior to merging.
## Add yourself as a contributor
This project follows the [all contributors](https://github.com/kentcdodds/all-contributors) specification. To add yourself to the table of contributors on the README.md,
please use the automated script as part of your PR:
```console
yarn run add-contributor <YOUR_GITHUB_USERNAME>
```
Follow the prompt. If you've already added yourself to the list and are making a
new type of contribution, you can run it again and select the added contribution
type.
## License