From 0767cc527bf3d86c164a6e4f40f39b8f920e05d3 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 23 Apr 2021 07:27:53 +0800 Subject: Ask contributors to keep commits small (even though PRs can be big) Related to #1223 --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v1.2.1