From d5d43cfd3a47ae5ded34629599446fac884e5b36 Mon Sep 17 00:00:00 2001 From: Florian Gilcher Date: Wed, 30 Sep 2020 16:35:06 +0200 Subject: [PATCH] Pull text from Citizen Code of Conduct into ours --- locales/en-US/code-of-conduct.ftl | 22 +++++++++++++++++++++- templates/policies/code-of-conduct.hbs | 10 ++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/locales/en-US/code-of-conduct.ftl b/locales/en-US/code-of-conduct.ftl index dbc0f7ada..466c53d88 100644 --- a/locales/en-US/code-of-conduct.ftl +++ b/locales/en-US/code-of-conduct.ftl @@ -12,10 +12,30 @@ coc-conduct-description =
  • Please be kind and courteous. There’s no need to be mean or rude.
  • Respect that people have differences of opinion and that every design or implementation choice carries a trade-off and numerous costs. There is seldom a right answer.
  • Please keep unstructured critique to a minimum. If you have solid ideas you want to experiment with, make a fork and see how it works.
  • -
  • We will exclude you from interaction if you insult, demean or harass anyone. That is not welcome behavior. We interpret the term “harassment” as including the definition in the Citizen Code of Conduct; if you have any lack of clarity about what might be included in that concept, please read their definition. In particular, we don’t tolerate behavior that excludes people in socially marginalized groups.
  • +
  • We will exclude you from interaction if you insult, demean or harass anyone. That is not welcome behavior. We interpret the term “harassment” as described in the section below; if you have any lack of clarity about what might be included in that concept, please read their definition. In particular, we don’t tolerate behavior that excludes people in socially marginalized groups.
  • Private harassment is also unacceptable. No matter who you are, if you feel you have been or are being harassed or made uncomfortable by a community member, please contact one of the channel ops or any of the { $coc-rust-moderation-team-anchor } immediately. Whether you’re a regular contributor or a newcomer, we care about making this community a safe place for you and we’ve got your back.
  • Likewise any spamming, trolling, flaming, baiting or other attention-stealing behavior is not welcome.
  • +coc-conduct-harrassment-heading = Unacceptable Behaviour +coc-conduct-harrassment-description = +

    The following behaviors are considered harassment and are unacceptable within our community:

    + + +

    Adapted from the Stumptown Syndicate Citizen Code of Conduct.

    + + coc-conduct-description-team-anchor-text = Rust moderation team coc-conduct-email-button = Email The Moderation Team diff --git a/templates/policies/code-of-conduct.hbs b/templates/policies/code-of-conduct.hbs index 5b41c3e2f..6a48a36ff 100644 --- a/templates/policies/code-of-conduct.hbs +++ b/templates/policies/code-of-conduct.hbs @@ -17,6 +17,16 @@ {{fluent "coc-conduct-description-team-anchor-text"}} {{/fluentparam}} {{/fluent}} + +
    +

    {{fluent "coc-conduct-harrassment-heading"}}

    +
    +
    + {{#fluent "coc-conduct-harrassement-description"}} + {{#fluentparam "coc-rust-moderation-team-anchor"}} + {{fluent "coc-conduct-description-team-anchor-text"}} + {{/fluentparam}} + {{/fluent}}

    {{fluent "coc-conduct-email-button"}}