Skip to content

Commit

Permalink
add a note about signing CONTRIBUTORS.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Jun 12, 2017
1 parent cf77572 commit e7cbaaf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,16 @@ Ready to contribute? Here's how to set up `plaster` for local development.

$ env/bin/tox

6. Commit your changes and push your branch to GitHub::
6. Add your name to the ``CONTRIBUTORS.txt`` file in the root of the
repository.

7. Commit your changes and push your branch to GitHub::

$ git add .
$ git commit -m "Your detailed description of your changes."
$ git push origin name-of-your-bugfix-or-feature

7. Submit a pull request through the GitHub website.
8. Submit a pull request through the GitHub website.

Pull Request Guidelines
-----------------------
Expand Down

0 comments on commit e7cbaaf

Please sign in to comment.