From 1b188921fdadfb40ba7dc748d9f2d2359148f518 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Thu, 13 May 2021 15:04:31 +0200 Subject: [PATCH] Move code of conduct to separate file (#5432) The file CODE_OF_CONDUCT.md is the standard location for it and is treated specially by GitHub, for example by linking to it directly when opening issues and PRs. --- CODE_OF_CONDUCT.md | 5 +++++ README.md | 8 -------- 2 files changed, 5 insertions(+), 8 deletions(-) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 000000000..11d22e4b2 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,5 @@ +Everyone participating in the typeshed community, and in particular in +our issue tracker, pull requests, and Gitter channel, is expected to treat +other people with respect and more generally to follow the guidelines +articulated in the [Python Community Code of +Conduct](https://www.python.org/psf/codeofconduct/). diff --git a/README.md b/README.md index 8d90b31dc..477ff6a23 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,3 @@ For less formal discussion, try the typing chat room on are almost always present; feel free to find us there and we're happy to chat. Substantive technical discussion will be directed to the issue tracker. - -## Code of Conduct - -Everyone participating in the typeshed community, and in particular in -our issue tracker, pull requests, and Gitter channel, is expected to treat -other people with respect and more generally to follow the guidelines -articulated in the [Python Community Code of -Conduct](https://www.python.org/psf/codeofconduct/).