Skip to content

Commit

Permalink
Update CONTRIBUTORS.md (#476)
Browse files Browse the repository at this point in the history
* Update CONTRIBUTORS.md

Adding in instructions on how to add to the list of contributors

* Update CONTRIBUTORS.md
  • Loading branch information
dalefrancis88 authored May 22, 2020
1 parent 4e0296e commit 54ab755
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,14 @@ make sure to run the following before committing changes:
$ npm run doctoc
```

### Taking Credit
Once you've contributed your wonderful piece of code, it's time to add yourself
to the list of contributors. All you need to do is run the following command
at some point during your PR and follow the prompts:

```
$ npm run contributors:add
```

[electric]: https://electricjs.com/
[docs-loc]: https://github.com/evilsoft/crocks/tree/master/docs/src/pages/docs
[docs-loc]: https://github.com/evilsoft/crocks/tree/master/docs/src/pages/docs

0 comments on commit 54ab755

Please sign in to comment.