From 98a0a6f2ef194ead251bd3750527a0d41b53326c Mon Sep 17 00:00:00 2001 From: Michael Rosenberg Date: Thu, 29 Jun 2023 23:35:29 -0400 Subject: [PATCH] Moved code of conduct --- README.md | 9 +++++++++ curve25519-dalek/CODE_OF_CONDUCT.md | 8 -------- 2 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 curve25519-dalek/CODE_OF_CONDUCT.md diff --git a/README.md b/README.md index 150d210..03ae9ba 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,12 @@ There is also the [`curve25519-dalek-derive`](./curve25519-dalek-derive) crate, # Contributing Please see [`CONTRIBUTING.md`](./CONTRIBUTING.md). + +# 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/curve25519-dalek/CODE_OF_CONDUCT.md b/curve25519-dalek/CODE_OF_CONDUCT.md deleted file mode 100644 index a802fde..0000000 --- a/curve25519-dalek/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,8 +0,0 @@ -# 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.