Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0767cc5

Browse files
authored
Ask contributors to keep commits small (even though PRs can be big)
Related to gitpython-developers#1223
1 parent b85fec1 commit 0767cc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The following is a short step-by-step rundown of what one typically would do to
55
* [fork this project](https://github.com/gitpython-developers/GitPython/fork) on GitHub.
66
* For setting up the environment to run the self tests, please look at `.travis.yml`.
77
* Please try to **write a test that fails unless the contribution is present.**
8-
* Feel free to add yourself to AUTHORS file.
8+
* Try to avoid massive commits and prefer to take small steps, with one commit for each.
9+
* Feel free to add yourself to AUTHORS file.
910
* Create a pull request.
1011

0 commit comments

Comments
 (0)