Skip to content

Commit bd0fa88

Browse files
committed
overhaul CONTIRIBUTING.md
Thanks to #1322
1 parent 5b3669e commit bd0fa88

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

‎CONTRIBUTING.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
### How to contribute
1+
# How to contribute
22

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

5-
* [fork this project](https://github.com/gitpython-developers/GitPython/fork) on GitHub.
6-
* For setting up the environment to run the self tests, please look at `.travis.yml`.
7-
* Please try to **write a test that fails unless the contribution is present.**
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.
10-
* Create a pull request.
11-
5+
- [fork this project](https://github.com/gitpython-developers/GitPython/fork) on GitHub.
6+
- For setting up the environment to run the self tests, please run `init-tests-after-clone.sh`.
7+
- Please try to **write a test that fails unless the contribution is present.**
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.
10+
- Create a pull request.

0 commit comments

Comments
 (0)