From 9517cdc483a471e0721116094b327a60543eab36 Mon Sep 17 00:00:00 2001 From: Charles Hall Date: Sun, 16 Jun 2024 13:02:10 -0700 Subject: [PATCH] add a code of conduct --- book/SUMMARY.md | 1 + book/code-of-conduct.md | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 book/code-of-conduct.md diff --git a/book/SUMMARY.md b/book/SUMMARY.md index 6ed14891..0ce8b211 100644 --- a/book/SUMMARY.md +++ b/book/SUMMARY.md @@ -1,3 +1,4 @@ # Summary * [Introduction](./introduction.md) +* [Code of conduct](./code-of-conduct.md) diff --git a/book/code-of-conduct.md b/book/code-of-conduct.md new file mode 100644 index 00000000..80239ce9 --- /dev/null +++ b/book/code-of-conduct.md @@ -0,0 +1,12 @@ +# Code of conduct + +We follow the [Rust Code of Conduct][rust-coc] with some extra points: + +* In the absence of evidence to suggest otherwise, assume good faith when + engaging with others +* Moderation actions may be taken for behavior observed outside of + project-specific spaces +* We have limited patience, so violations may skip the warning and directly + result in a ban + +[rust-coc]: https://www.rust-lang.org/policies/code-of-conduct