diff options
author | Ian Cordasco <sigmavirus24@users.noreply.github.com> | 2016-02-23 22:26:39 -0600 |
---|---|---|
committer | Ian Cordasco <sigmavirus24@users.noreply.github.com> | 2016-02-23 22:26:39 -0600 |
commit | ac548869abe75e8d2ca9f6da7f1fdfd287807880 (patch) | |
tree | 97fed5cc3efef0673a1f8318cf1b1f93cd6a576f /docs/developer.rst | |
parent | 2344a34a628b2f2e9df1c2539d9316005a35053d (diff) | |
download | pep8-ac548869abe75e8d2ca9f6da7f1fdfd287807880.tar.gz |
Add link to PyCQA code of conductadd-code-of-conduct
Diffstat (limited to 'docs/developer.rst')
-rw-r--r-- | docs/developer.rst | 3 |
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 |