From 3ed919290e0a67a1299afbdaeab4946bc479f92c Mon Sep 17 00:00:00 2001 From: Mariatta Date: Mon, 9 Jul 2018 14:29:57 -0700 Subject: 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 --- .github/CODE_OF_CONDUCT.rst | 14 -------------- CODE_OF_CONDUCT.rst | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 .github/CODE_OF_CONDUCT.rst create mode 100644 CODE_OF_CONDUCT.rst diff --git a/.github/CODE_OF_CONDUCT.rst b/.github/CODE_OF_CONDUCT.rst deleted file mode 100644 index 28de97c..0000000 --- a/.github/CODE_OF_CONDUCT.rst +++ /dev/null @@ -1,14 +0,0 @@ -Code of Conduct -=============== - -Please note that all interactions on -`Python Software Foundation `__-supported -infrastructure is `covered -`__ -by the `PSF Code of Conduct `__, -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. - diff --git a/CODE_OF_CONDUCT.rst b/CODE_OF_CONDUCT.rst new file mode 100644 index 0000000..28de97c --- /dev/null +++ b/CODE_OF_CONDUCT.rst @@ -0,0 +1,14 @@ +Code of Conduct +=============== + +Please note that all interactions on +`Python Software Foundation `__-supported +infrastructure is `covered +`__ +by the `PSF Code of Conduct `__, +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. + -- cgit v0.12