diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2018-07-09 14:29:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-09 14:29:57 -0700 |
commit | 3ed919290e0a67a1299afbdaeab4946bc479f92c (patch) | |
tree | 2ee363abc102e59e1f007229b6a7be4cdf4d9bb0 /CODE_OF_CONDUCT.rst | |
parent | 2708578736d1aa15685495e9b94b827a8e185a8c (diff) | |
download | cpython-git-3ed919290e0a67a1299afbdaeab4946bc479f92c.tar.gz |
Move Code_of_Conduct.rst to the root level. (GH-8209)
Follow up from https://github.com/python/peps/pull/712#issuecomment-403591108:
"people using the repo without using GitHub still ought to be reminded of the COC" - GvR
Diffstat (limited to 'CODE_OF_CONDUCT.rst')
-rw-r--r-- | CODE_OF_CONDUCT.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CODE_OF_CONDUCT.rst b/CODE_OF_CONDUCT.rst new file mode 100644 index 0000000000..28de97ced1 --- /dev/null +++ b/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. + |