[Python-checkins] Move Code_of_Conduct.rst to the root level. (GH-8209)

Miss Islington (bot) webhook-mailer at python.org
Mon Jul 9 17:50:34 EDT 2018


https://github.com/python/cpython/commit/8d6b6d1f1d76bf709317c316634d3000ce200864
commit: 8d6b6d1f1d76bf709317c316634d3000ce200864
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-07-09T14:50:29-07:00
summary:

Move Code_of_Conduct.rst to the root level. (GH-8209)


Follow up from https://github.com/python/peps/pull/712GH-issuecomment-403591108:

"people using the repo without using GitHub still ought to be reminded of the COC" - GvR
(cherry picked from commit 3ed919290e0a67a1299afbdaeab4946bc479f92c)

Co-authored-by: Mariatta <Mariatta at users.noreply.github.com>

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



More information about the Python-checkins mailing list