diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e516059..bc4aae6 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -7,4 +7,7 @@ If you'd like to make some changes yourself, see the following: 2. Make sure yarn is globally installed (`npm install -g yarn`) 3. Run `yarn` to download required packages. 4. Build and start the application: `yarn dev` -5. Finally, submit a [pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/) with your changes! +5. If you contributed something new, run `yarn contrib:add ` to add yourself [below](#contributors) +6. Finally, submit a [pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/) with your changes! + +This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind are welcome!