Codebase list python-git / da05698c-373a-44a1-97eb-51019518dc95/main CONTRIBUTING.md
da05698c-373a-44a1-97eb-51019518dc95/main

Tree @da05698c-373a-44a1-97eb-51019518dc95/main (Download .tar.gz)

CONTRIBUTING.md @da05698c-373a-44a1-97eb-51019518dc95/mainraw · history · blame

1
2
3
4
5
6
7
8
9
### 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.