Skip to content

Commit 29dec39

Browse files
committed
Update CONTRIBUTING.rst
1 parent b8f3cb5 commit 29dec39

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

CONTRIBUTING.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Guidelines for Contributing to github3.py
44
0. Read the README_
55

66
1. Regardless of the magnitude your pull request (a couple lines to a couple
7-
hundred lines), please add your name to the AUTHORS.rst file under the
7+
hundred lines), please add your name to the AUTHORS.rst_ file under the
88
heading Contributors.
99

1010
2. If you're fixing a bug, please write a regression test. All the tests are
@@ -34,7 +34,9 @@ Guidelines for Contributing to github3.py
3434

3535
5. In case you haven't caught on, for anything you add, write tests.
3636

37-
6. Be cordial_.
37+
6. Be cordial_. Seriously, if anyone who isn't cordial will be sent packing,
38+
regardless of the value of their contributions. I will not tolerate some
39+
contributors creating a hostile environment for others.
3840

3941
7. Rebase your fork/branch if needed and possible before submitting a pull
4042
request. This makes my life easier. If you honestly have no idea what I'm
@@ -44,6 +46,7 @@ Guidelines for Contributing to github3.py
4446

4547
.. links
4648
.. _README: ./README.rst
49+
.. _AUTHORS.rst: ./AUTHORS.rst
4750
.. _cordial: http://kennethreitz.com/be-cordial-or-be-on-your-way.html
4851
.. _pep-0008: http://www.python.org/dev/peps/pep-0008/
4952
.. _docstrings: http://www.python.org/dev/peps/pep-0257/

0 commit comments

Comments
 (0)