summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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