-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #93 from geeknam/develop
Added instructions for contributors
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Contributing to python-gcm | ||
=== | ||
We'd love to accept your patches! | ||
To contribute to python-gcm simply open a pull request against the [develop branch](https://github.com/geeknam/python-gcm/tree/develop) | ||
|
||
Some things that will increase the chance that your pull request is accepted: | ||
* Succinctly describe your changes in the pull request description | ||
* Write tests: | ||
* new features should include tests | ||
* changes to existing code should be reflected in the tests | ||
* code coverage should not decrease | ||
* run **all** the tests to assure nothing else was accidentally broken. | ||
* Be consistent with the coding style | ||
* Make commits of logical units | ||
* Write descriptive commit messages | ||
* Check for unnecessary whitespace with `git diff --check` before committing. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters