https://github.com/python/cpython/commit/3ed919290e0a67a1299afbdaeab4946bc479f92c commit: 3ed919290e0a67a1299afbdaeab4946bc479f92c branch: master author: Mariatta <Mariatta at users.noreply.github.com> committer: GitHub <noreply at github.com> date: 2018年07月09日T14:29:57-07:00 summary: 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 files: A CODE_OF_CONDUCT.rst D .github/CODE_OF_CONDUCT.rst diff --git a/.github/CODE_OF_CONDUCT.rst b/CODE_OF_CONDUCT.rst similarity index 100% rename from .github/CODE_OF_CONDUCT.rst rename to CODE_OF_CONDUCT.rst