From b26fada4b91a329564c2fad6f1e773a205a06c87 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Mon, 8 Nov 2021 18:47:19 +0100 Subject: [PATCH] Remove our custom code of conduct link (#6258) By removing this, the code of conduct from the Python organization (https://github.com/python/.github/blob/master/CODE_OF_CONDUCT.md) should be picked up. --- CODE_OF_CONDUCT.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md deleted file mode 100644 index 11d22e4b2..000000000 --- a/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,5 +0,0 @@ -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/).