Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 51dcd92

Browse files
committed
Merge pull request #145 from huonw/coc-links
Tweak the CoC to point to moderators
2 parents 42e0b4c + b49201d commit 51dcd92

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

conduct.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ title: Code of Conduct
77

88
## Conduct
99

10+
**Contact**: [[email protected]](mailto:[email protected])
11+
1012
* We are committed to providing a friendly, safe and welcoming environment for all, regardless of gender, sexual orientation, disability, ethnicity, religion, or similar personal characteristic.
1113
* On IRC, please avoid using overtly sexual nicknames or other nicknames that might detract from a friendly, safe and welcoming environment for all.
1214
* Please be kind and courteous. There's no need to be mean or rude.
1315
* 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.
1416
* 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.
1517
* We will exclude you from interaction if you insult, demean or harass anyone. That is not welcome behaviour. We interpret the term "harassment" as including the definition in the <a href="http://citizencodeofconduct.org/">Citizen Code of Conduct</a>; 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.
16-
* 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 [Rust core team](https://github.com/rust-lang/rust/wiki/Note-core-team) 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.
18+
* 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 [Rust moderation team](/team.html#Moderation) 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.
1719
* Likewise any spamming, trolling, flaming, baiting or other attention-stealing behaviour is not welcome.
1820

1921
## Moderation

team.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ number of teams, each focused on a specific area of concern. Below are the
133133
rosters, in alphabetical order.
134134

135135
{% for team in page.teams %}
136+
<section id="{{ team.name | replace:' ','-' }}">
136137
## {{ team.name }} team
137138

138139
**Responsibility**: *{{ team.responsibility }}*
@@ -154,5 +155,5 @@ rosters, in alphabetical order.
154155
</li>
155156
{% endfor %}
156157
</ul>
157-
158+
</section>
158159
{% endfor %}

0 commit comments

Comments
 (0)