Skip to content

Commit

Permalink
Added CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alibitek committed Nov 12, 2015
1 parent 369898a commit ca42ed4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
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.

0 comments on commit ca42ed4

Please sign in to comment.