Skip to content

Commit fb7fd31

Browse files
committed
update contribution guidelines to be a little less concise and more polite
1 parent 8f9840b commit fb7fd31

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Diff for: CONTRIBUTING.md

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

3-
* [fork this project](https://github.com/gitpython-developers/GitPython/fork) on GitHub
4-
* For setting up the environment to run the self tests, look at `.travis.yml`.
5-
* Add yourself to AUTHORS and write your patch. **Write a test that fails unless your patch is present.**
6-
* Initiate a pull request
3+
The following is a short step-by-step rundown of what one typically would do to contribute.
4+
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+
* Feel free to add yourself to AUTHORS file.
9+
* Create a pull request.
710

0 commit comments

Comments
 (0)