Skip to content

Commit

Permalink
update contribution guidelines to be a little less concise and more p…
Browse files Browse the repository at this point in the history
…olite
  • Loading branch information
Byron committed Sep 3, 2020
1 parent 8f9840b commit fb7fd31
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
### How to contribute

* [fork this project](https://github.com/gitpython-developers/GitPython/fork) on GitHub
* For setting up the environment to run the self tests, look at `.travis.yml`.
* Add yourself to AUTHORS and write your patch. **Write a test that fails unless your patch is present.**
* Initiate a pull request
The following is a short step-by-step rundown of what one typically would do to contribute.

* [fork this project](https://github.com/gitpython-developers/GitPython/fork) on GitHub.
* For setting up the environment to run the self tests, please look at `.travis.yml`.
* Please try to **write a test that fails unless the contribution is present.**
* Feel free to add yourself to AUTHORS file.
* Create a pull request.

0 comments on commit fb7fd31

Please sign in to comment.