Skip to content

Commit

Permalink
Document new_cop rake task in CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed Sep 6, 2022
1 parent babc4c0 commit 125c51a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -27,6 +27,7 @@ $ rubocop -V
* Read [how to properly contribute to open source projects on GitHub][2].
* Fork the project.
* Use a topic/feature branch to easily amend a pull request later, if necessary.
* If you are adding a new cop [use the bundled rake task `new_cop` to generate a cop template][7].
* Write [good commit messages][3].
* Use the same coding conventions as the rest of the project.
* Commit and push until you are happy with your contribution.
Expand Down Expand Up @@ -67,3 +68,4 @@ Here are a few examples:
[4]: https://help.github.com/articles/about-pull-requests
[5]: http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html
[6]: https://daringfireball.net/projects/markdown/syntax
[7]: https://docs.rubocop.org/rubocop/development.html

0 comments on commit 125c51a

Please sign in to comment.