File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Contributing to python-gcm
2+ ===
3+ We'd love to accept your patches!
4+ To contribute to python-gcm simply open a pull request against the [ develop branch] ( https://github.com/geeknam/python-gcm/tree/develop )
5+
6+ Some things that will increase the chance that your pull request is accepted:
7+ * Succinctly describe your changes in the pull request description
8+ * Write tests:
9+ * new features should include tests
10+ * changes to existing code should be reflected in the tests
11+ * code coverage should not decrease
12+ * run ** all** the tests to assure nothing else was accidentally broken.
13+ * Be consistent with the coding style
14+ * Make commits of logical units
15+ * Write descriptive commit messages
16+ * Check for unnecessary whitespace with ` git diff --check ` before committing.
You can’t perform that action at this time.
0 commit comments