summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <sigmavirus24@users.noreply.github.com>2016-02-23 22:26:39 -0600
committerIan Cordasco <sigmavirus24@users.noreply.github.com>2016-02-23 22:26:39 -0600
commitac548869abe75e8d2ca9f6da7f1fdfd287807880 (patch)
tree97fed5cc3efef0673a1f8318cf1b1f93cd6a576f
parent2344a34a628b2f2e9df1c2539d9316005a35053d (diff)
downloadpep8-add-code-of-conduct.tar.gz
Add link to PyCQA code of conductadd-code-of-conduct
-rw-r--r--docs/developer.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/developer.rst b/docs/developer.rst
index 55a88f6..bbafb80 100644
--- a/docs/developer.rst
+++ b/docs/developer.rst
@@ -101,7 +101,10 @@ Then be sure to pass the tests::
$ python pep8.py --doctest
$ python pep8.py --verbose pep8.py
+When contributing to pycodestyle, please observe our `Code of Conduct`_.
+
.. _PEP 8: http://www.python.org/dev/peps/pep-0008/
+.. _Code of Conduct: http://meta.pycqa.org/en/latest/code-of-conduct.html
Changes