summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/CODE_OF_CONDUCT.md8
-rw-r--r--README.rst10
2 files changed, 18 insertions, 0 deletions
diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md
new file mode 100644
index 00000000..6a81b308
--- /dev/null
+++ b/.github/CODE_OF_CONDUCT.md
@@ -0,0 +1,8 @@
+# Treat each other well
+
+Everyone participating in the coverage.py project, and in particular in the
+issue tracker, pull requests, and social media activity, is expected to treat
+other people with respect and to follow the guidelines articulated in the
+[Python Community Code of Conduct][psf_coc].
+
+[psf_coc]: https://www.python.org/psf/codeofconduct/
diff --git a/README.rst b/README.rst
index 654d2ed7..c5cfb818 100644
--- a/README.rst
+++ b/README.rst
@@ -78,6 +78,16 @@ The complete history of changes is on the `change history page`_.
.. _change history page: https://coverage.readthedocs.io/en/latest/changes.html
+Code of Conduct
+---------------
+
+Everyone participating in the coverage.py project is expected to treat other
+people with respect and to follow the guidelines articulated in the `Python
+Community Code of Conduct`_.
+
+.. _Python Community Code of Conduct: https://www.python.org/psf/codeofconduct/
+
+
Contributing
------------