From 91a0faea35ee20f3b92470f88416ee6d4ccb15d9 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Tue, 18 Aug 2020 00:44:47 +0000 Subject: [PATCH] Move CoC section from CONTRIBUTING.md to new file. This helps Github's UI show that we have one and autolink to it. --- CODE_OF_CONDUCT.md | 8 ++++++++ CONTRIBUTING.md | 9 --------- 2 files changed, 8 insertions(+), 9 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 0000000..a802fde --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,8 @@ +# Code of Conduct + +We follow the [Rust Code of Conduct](http://www.rust-lang.org/conduct.html), +with the following additional clauses: + +* We respect the rights to privacy and anonymity for contributors and people in + the community. If someone wishes to contribute under a pseudonym different to + their primary identity, that wish is to be respected by all contributors. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 86622d4..d4e0ff8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,12 +17,3 @@ ask @isislovecruft or @hdevalence. Some issues are easier than others. The `easy` label can be used to find the easy issues. If you want to work on an issue, please leave a comment so that we can assign it to you! - -# Code of Conduct - -We follow the [Rust Code of Conduct](http://www.rust-lang.org/conduct.html), -with the following additional clauses: - -* We respect the rights to privacy and anonymity for contributors and people in - the community. If someone wishes to contribute under a pseudonym different to - their primary identity, that wish is to be respected by all contributors.