diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2017-10-18 02:44:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-18 02:44:20 (GMT) |
commit | ec12df1e6e4d03a0d22956355308df695a8dff36 (patch) | |
tree | a2b8170f910829a749414c9db43eaba03a293662 | |
parent | 27288de0856c6fbe56354adb312ae706ce8bc7de (diff) | |
download | cpython-ec12df1e6e4d03a0d22956355308df695a8dff36.zip cpython-ec12df1e6e4d03a0d22956355308df695a8dff36.tar.gz cpython-ec12df1e6e4d03a0d22956355308df695a8dff36.tar.bz2 |
Add Code of Conduct to .github folder. (GH-4029)
-rw-r--r-- | .github/CODE_OF_CONDUCT.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/CODE_OF_CONDUCT.rst b/.github/CODE_OF_CONDUCT.rst new file mode 100644 index 0000000..28de97c --- /dev/null +++ b/.github/CODE_OF_CONDUCT.rst @@ -0,0 +1,14 @@ +Code of Conduct +=============== + +Please note that all interactions on +`Python Software Foundation <https://www.python.org/psf-landing/>`__-supported +infrastructure is `covered +<https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties>`__ +by the `PSF Code of Conduct <https://www.python.org/psf/codeofconduct/>`__, +which includes all infrastructure used in the development of Python itself +(e.g. mailing lists, issue trackers, GitHub, etc.). + +In general this means everyone is expected to be open, considerate, and +respectful of others no matter what their position is within the project. + |