summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvery Harnish <EverlastingBugstopper@users.noreply.github.com>2020-01-29 12:56:11 -0600
committerGitHub <noreply@github.com>2020-01-29 10:56:11 -0800
commit81c20d84549cde670fbf7f4df283ce93e060a48f (patch)
tree76067781c65f14b5d28432ba2c664c81fc6a728a
parentb70f1ce3c00ea5f6215f6970dfcf6e9adc9a8464 (diff)
chore: improve discoverability of CoC (#2180)
-rw-r--r--CODE_OF_CONDUCT.md7
-rw-r--r--CONTRIBUTING.md2
2 files changed, 8 insertions, 1 deletions
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
new file mode 100644
index 00000000..3a11057a
--- /dev/null
+++ b/CODE_OF_CONDUCT.md
@@ -0,0 +1,7 @@
+# Code of Conduct
+
+The Tokio project adheres to the [Rust Code of Conduct](https://www.rust-lang.org/policies/code-of-conduct). This describes the minimum behavior expected from all contributors.
+
+## Enforcement
+
+Instances of violations of the Code of Conduct can be reported by contacting the project team at [moderation@tokio.rs](mailto:moderation@tokio.rs).
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0ff03063..4e1a6956 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -20,7 +20,7 @@ us!
## Conduct
The Tokio project adheres to the [Rust Code of Conduct][coc]. This describes
-the _minimum_ behavior expected from all contributors.
+the _minimum_ behavior expected from all contributors. Instances of violations of the Code of Conduct can be reported by contacting the project team at [moderation@tokio.rs](mailto:moderation@tokio.rs).
[coc]: https://github.com/rust-lang/rust/blob/master/CODE_OF_CONDUCT.md