summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
blob: 4217cbaf9d45950795b6bba263a7a1f999d3abb5 (plain)
1
2
3
4
5
6
7
8
9
10
### How to contribute

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.