From 6752fad0e93d1d2747f56be30a52fea212bd15d6 Mon Sep 17 00:00:00 2001 From: yobmod Date: Mon, 3 May 2021 15:59:07 +0100 Subject: add initial types to remote.py --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') 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