diff options
-rw-r--r-- | CODE_OF_CONDUCT.md | 4 | ||||
-rw-r--r-- | docs/contributing.md | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 000000000..39e827a84 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,4 @@ +Deno uses [Rust's Code of +Conduct](https://www.rust-lang.org/policies/code-of-conduct). In the +forums, every community member must follow the rules and values expressed +there. Please email ry@tinyclouds.org to report any instance of misconduct. diff --git a/docs/contributing.md b/docs/contributing.md index 4d1d75cf5..e4003e5df 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -9,9 +9,9 @@ - If you are going to work on an issue, mention so in the issue comments _before_ you start working on the issue. -- Please be professional in the forums. Don't know what professional means? - [Read Rust's code of conduct](https://www.rust-lang.org/policies/code-of-conduct). - Have a problem? Email ry@tinyclouds.org. +- Please be professional in the forums. We follow + [Rust's code of conduct](https://www.rust-lang.org/policies/code-of-conduct) + (CoC) Have a problem? Email ry@tinyclouds.org. ## Development |