From d4a3158d061188cf061cf4a6f7c45713218f5768 Mon Sep 17 00:00:00 2001 From: "Ross A. Baker" Date: Fri, 3 May 2019 10:45:24 -0400 Subject: [PATCH] Switch to Scala Code of Conduct --- CODE_OF_CONDUCT.md | 19 +++++++++++++++++++ CONTRIBUTING.md | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..0cb8344e --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,19 @@ +# Code of Conduct + +We are committed to providing a friendly, safe and welcoming +environment for all, regardless of level of experience, gender, gender +identity and expression, sexual orientation, disability, personal +appearance, body size, race, ethnicity, age, religion, nationality, or +other such characteristics. + +Everyone is expected to follow the [Scala Code of Conduct] when +discussing the project on the available communication channels. If you +are being harassed, please contact us immediately so that we can +support you. + +## Moderation + +For any questions, concerns, or moderation requests please contact a +[member of the project](AUTHORS.md#maintainers). + +[Scala Code of Conduct]: https://typelevel.org/code-of-conduct.html diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8ea50e46..fb6d8088 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ Discussion around Fetch happens in the [Gitter channel](https://gitter.im/47deg/ Feel free to open an issue if you notice a bug, have an idea for a feature, or have a question about the code. Pull requests are also welcome. -People are expected to follow the [Typelevel Code of Conduct](http://typelevel.org/conduct.html) when discussing Fetch on the Github page, Gitter channel, or other venues. +People are expected to follow the [Scala Code of Conduct](https://typelevel.org/code-of-conduct.html) when discussing Fetch on the Github page, Gitter channel, or other venues. If you are being harassed, please contact one of [us](AUTHORS.md#maintainers) immediately so that we can support you. In case you cannot get in touch with us please write an email to [47 Degrees](mailto:hello@47deg.com). @@ -24,4 +24,4 @@ The process is simple: 6. Submit pull request You will be automatically included in the [AUTHORS.md](AUTHORS.md#contributors) file as contributor in the next release. -If you encounter any confusion or frustration during the contribution process, please create a GitHub issue and we'll do our best to improve the process. \ No newline at end of file +If you encounter any confusion or frustration during the contribution process, please create a GitHub issue and we'll do our best to improve the process.