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.
This commit is contained in:
Sebastian Rittau
2021-05-13 15:04:31 +02:00
committed by GitHub
parent 7a9b4f93ba
commit 1b188921fd
2 changed files with 5 additions and 8 deletions

5
CODE_OF_CONDUCT.md Normal file
View File

@@ -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/).

View File

@@ -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/).