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

Commit 09d0de3

Browse files
committed
Add temporary contact info for the mod team.
Eventually all the teams should have official addresses, but for now the moderation team is using this private mailing list for email communication.
1 parent 0f340c5 commit 09d0de3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

team.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ teams:
8686
- name: Moderation
8787
responsibility: "helping uphold the [code of conduct](http://www.rust-lang.org/conduct.html)"
8888
members: [mbrubeck, BurntSushi, manishearth, pnkfelix, erickt]
89+
8990
---
9091

9192
<style type="text/css">
@@ -136,6 +137,11 @@ rosters, in alphabetical order.
136137

137138
**Responsibility**: *{{ team.responsibility }}*
138139

140+
{% if team.email %}
141+
**Contact**:
142+
<a href="mailto:{{ team.email | uri_escape }}">{{ team.email }}</a>
143+
{% endif %}
144+
139145
<ul class="headshots">
140146
{% for github in team.members %}
141147
{% assign person = page.people[github] %}

0 commit comments

Comments
 (0)