Skip to content

Commit 0f7b6c3

Browse files
nathanielmanistaatgoogleJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Link style guide and commit rules in CONTRIBUTING (googleapis#553)
1 parent 00afef9 commit 0f7b6c3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ Once you have made all your changes, tests, and updated the documentation,
3737
make a pull request to move everything back into the main `oauth2client`
3838
repository. Be sure to reference the original issue in the pull request.
3939
Expect some back-and-forth with regards to style and compliance of these
40-
rules.
40+
rules. In particular:
41+
* `oauth2client` follows the [Google Python Style Guide][GooglePythonStyle].
42+
* Follow [these guidelines][GitCommitRules] when authoring your commit message.
4143

4244
Using a Development Checkout
4345
----------------------------
@@ -202,3 +204,5 @@ we'll be able to accept your pull requests.
202204
[13]: https://oauth2client.readthedocs.io/en/latest/#using-pypy
203205
[14]: https://docs.djangoproject.com/en/1.7/faq/install/#what-python-version-can-i-use-with-django
204206
[15]: https://docs.djangoproject.com/en/1.9/faq/install/#what-python-version-can-i-use-with-django
207+
[GooglePythonStyle]: https://google.github.io/styleguide/pyguide.html
208+
[GitCommitRules]: http://chris.beams.io/posts/git-commit/#seven-rules

0 commit comments

Comments
 (0)