diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-04-23 07:27:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 07:27:53 +0800 |
commit | 0767cc527bf3d86c164a6e4f40f39b8f920e05d3 (patch) | |
tree | 325cadbea906000b0f1393b4d3b87ecdd35c622a | |
parent | b85fec1e333896ac0f27775469482f860e09e5bc (diff) | |
download | gitpython-0767cc527bf3d86c164a6e4f40f39b8f920e05d3.tar.gz |
Ask contributors to keep commits small (even though PRs can be big)
Related to #1223
-rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4217cbaf..f685e7e7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,6 +5,7 @@ The following is a short step-by-step rundown of what one typically would do to * [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. +* Try to avoid massive commits and prefer to take small steps, with one commit for each. +* Feel free to add yourself to AUTHORS file. * Create a pull request. |