diff options
-rw-r--r-- | .github/CODE_OF_CONDUCT.md | 8 | ||||
-rw-r--r-- | README.rst | 10 |
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/ @@ -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 ------------ |