Skip to content

Commit

Permalink
Merge pull request #93 from geeknam/develop
Browse files Browse the repository at this point in the history
Added instructions for contributors
  • Loading branch information
alibitek committed Nov 12, 2015
2 parents 369898a + 0449a40 commit ab75c84
Show file tree
Hide file tree
Showing 2 changed files with 24 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.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,11 @@ Read more on response errors `here
* GCMMessageTooBigException
* GCMInvalidRegistrationException
* GCMUnavailableException

Contributing
==========
See `CONTRIBUTING.md <CONTRIBUTING.md>`_

Licensing
=======
See `LICENSE <LICENSE>`_

0 comments on commit ab75c84

Please sign in to comment.