mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Merge pull request #330 from isislovecruft/fix/move-coc
Move CoC section from CONTRIBUTING.md to new file.
This commit is contained in:
commit
c68b30fe13
2 changed files with 8 additions and 9 deletions
8
CODE_OF_CONDUCT.md
Normal file
8
CODE_OF_CONDUCT.md
Normal file
|
|
@ -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.
|
||||||
|
|
@ -17,12 +17,3 @@ ask @isislovecruft or @hdevalence.
|
||||||
Some issues are easier than others. The `easy` label can be used to find the
|
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
|
easy issues. If you want to work on an issue, please leave a comment so that we
|
||||||
can assign it to you!
|
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.
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue