Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Commit

Permalink
docs: fix contributing nps references
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds authored Mar 4, 2017
1 parent a154170 commit cdffc6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ Thanks for being willing to contribute!
3. `$ npm start validate` to validate you've got it working
4. Create a branch for your PR

This project uses [`p-s`][p-s] and you can run `npm start` to see what scripts are available.
This project uses [`nps`][nps] and you can run `npm start` to see what scripts are available.

## Add yourself as a contributor

This project follows the [all contributors][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
npm start addContributor <YOUR_GITHUB_USERNAME>
npm start "addContributor <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
Expand Down Expand Up @@ -64,4 +64,4 @@ Also, please watch the repo and respond to questions/bug reports/feature request
[convention]: https://github.com/conventional-changelog/conventional-changelog-angular/blob/ed32559941719a130bb0327f886d6a32a8cbc2ba/convention.md
[all-contributors]: https://github.com/kentcdodds/all-contributors
[ROADMAP]: ./other/ROADMAP.md
[p-s]: https://npmjs.com/package/p-s
[nps]: https://npmjs.com/package/nps

0 comments on commit cdffc6e

Please sign in to comment.