Skip to content

Commit

Permalink
docs(contributing): All Contributors info
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaelJarniac committed Mar 2, 2021
1 parent 05ca34b commit 5d2a84e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ We also recommend that you read [How to Contribute to Open Source](https://opens
- [Conventional Commits][conventionalcommits]
- Versioning
- [Semantic Versioning][semver]
- Contributing
- [All Contributors][allcontributors]
- Editor
- [EditorConfig][editorconfig]
- Guidelines
Expand Down Expand Up @@ -105,6 +107,7 @@ We also recommend that you read [How to Contribute to Open Source](https://opens
[setuptools]: https://github.com/pypa/setuptools
[conventionalcommits]: https://www.conventionalcommits.org
[semver]: https://semver.org
[allcontributors]: https://github.com/all-contributors/all-contributors
[no-editor-config-gitignore]: https://blog.martinhujer.cz/dont-put-idea-vscode-directories-to-projects-gitignore
[editorconfig]: https://editorconfig.org
[angular-contributing]: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit
Expand Down Expand Up @@ -386,3 +389,7 @@ pip freeze > requirements-current.txt
That will create a new file, `requirements-current.txt`, with them.

You can then compare it with the current requirements listed in the other files, and update them as needed.

## Add yourself as a contributor

To add yourself as a contributor, follow the [bot usage instructions](https://allcontributors.org/docs/en/bot/usage).

0 comments on commit 5d2a84e

Please sign in to comment.