◐ Shell
clean mode source ↗

GitPython/CONTRIBUTING.md at master · gitpython-developers/GitPython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Latest commit

File metadata and controls

10 lines (7 loc) · 443 Bytes

How to contribute

The following is a short step-by-step rundown of what one typically would do to contribute.

  • fork this project 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.