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

Commit 7f3196e

Browse files
author
Eric Findlay
committed
Merge branch 'community'
2 parents dc2e40a + 71a95d5 commit 7f3196e

File tree

1 file changed

+31
-19
lines changed

1 file changed

+31
-19
lines changed

community.md

Lines changed: 31 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ religion, or similar personal characteristic. Our [code of
1515
conduct][coc] must be observed in
1616
all matters relating to Rust online.
1717

18-
[internals]: https://internals.rust-lang.org/
1918
[coc]: https://www.rust-lang.org/conduct.html
2019

2120
## News
@@ -46,24 +45,26 @@ Rustaceans primarily communicate via IRC. The
4645
[#rust][rust_irc] channel on Moznet is a venue for general
4746
discussion about Rust, and a good place to ask for help. You'll find
4847
people willing to help you with any questions you may have, and
49-
responses are typically very fast. For questions about how Rust works,
50-
anything about contribution, or to find a mentor,
51-
[#rust-internals][internals_irc] is the right channel.
52-
There are also some more specific IRC channels noted below.
48+
responses are typically very fast. To get involved in the development
49+
of Rust itself, for anything about contribution, or to find a mentor,
50+
[#rust-internals][internals_irc] is the right channel. There are also
51+
some more specific IRC channels noted below.
5352

5453
IRC on Moznet
5554

5655
- [#rust][rust_irc] is for all things Rust;
57-
- [#rustc][rustc_irc] is for discussion of the implementation of the Rust compiler;
58-
- [#rust-libs][libs_irc] is for discussion of the implementation of the Rust standard libraries;
5956
- [#rust-internals][internals_irc] is for discussion of other Rust implementation topics;
60-
- [#rust-gamedev][gamedev_irc] is for people doing game development in Rust;
61-
- [#rust-crypto][crypto_irc] is for discussion of cryptography in Rust;
62-
- [#rust-osdev][osdev_irc] is for people doing OS development in Rust;
63-
- [#rust-webdev][webdev] is for people doing web development in Rust;
57+
- [#rustc][rustc_irc] is the home of the [compiler team][compiler_team];
58+
- [#rust-libs][libs_irc] is the home of the [libraries team][library_team];
59+
- [#rust-tools][tools_irc] is the home of the [tools and infrastructure team][tool_team];
60+
- [#rust-lang][lang_irc] is the home of the [language team][language_team];
6461
- [#cargo][cargo_irc] is for discussion of Cargo, Rust's package manager;
65-
- [#rust-offtopic][offtopic_irc] is for general chit-chat amongst Rustaceans;
6662
- [#servo][servo_irc] is for discussion of Servo, the browser engine written in Rust;
63+
- [#rust-offtopic][offtopic_irc] is for general chit-chat amongst Rustaceans;
64+
- [#rust-crypto][crypto_irc] is for discussion of cryptography in Rust;
65+
- [#rust-osdev][osdev_irc] is for people doing OS development in Rust;
66+
- [#rust-webdev][webdev_irc] is for people doing web development in Rust;
67+
- [#rust-gamedev][gamedev_irc] is for people doing game development in Rust;
6768
- [#rust-bots][bots_irc] notifcations about Rust from a selection of bots.
6869

6970
[Stack Overflow][stack_overflow]
@@ -81,25 +82,30 @@ Rust Programming Language Forum is for general discussion and broader questions.
8182
[Rust Moderation Team][mod_team]
8283

8384
If you feel you have been or are being harassed or made uncomfortable
84-
by a community member, please contact any of the [Rust moderation
85-
team][mod_team] immediately. Whether you're a regular contributor or a
86-
newcomer, we care about making this community a safe place for you.
85+
by a community member, please [contact][mod_team_email] any of the
86+
Rust moderation team immediately. Whether you're a regular contributor
87+
or a newcomer, we care about making this community a safe place for
88+
you.
8789

8890
[rust_irc]: irc://moznet/rust
8991
[rustc_irc]: irc://moznet/rustc
9092
[libs_irc]: irc://moznet/rust-libs
93+
[tools_irc]: irc://moznet/rust-tools
94+
[lang_irc]: irc://moznet/rust-lang
9195
[internals_irc]: irc://moznet/rust-internals
9296
[gamedev_irc]: irc://moznet/rust-gamedev
9397
[crypto_irc]: irc://moznet/rust-crypto
9498
[osdev_irc]: irc://moznet/rust-osdev
9599
[webdev_irc]: irc://moznet/rust-webdev
96100
[cargo_irc]: irc://moznet/cargo
101+
[offtopic_irc]: irc://moznet/rust-offtopic
97102
[servo_irc]: irc://moznet/servo
98103
[bots_irc]: irc://moznet/rust-bots
99104
[stack_overflow]: https://stackoverflow.com/questions/tagged/rust
100105
[forum]: https://users.rust-lang.org/
101106
[twitter]: https://twitter.com/rustlang
102107
[mod_team]: https://www.rust-lang.org/team.html#Moderation
108+
[mod_team_email]: mailto:[email protected]
103109

104110
## User Groups
105111

@@ -126,7 +132,7 @@ are made through consensus, under the stewardship of a core team. The
126132
[Core Team][core_team] is responsible for steering the design and
127133
development process, overseeing the introduction of new features, and
128134
ultimately making decisions for which there is no consensus (this
129-
happens rarely). The [Language Design Team][language_design_team] is
135+
happens rarely). The [Language Design Team][language_team] is
130136
responsible for design of new language features. The [Library
131137
Team][library_team] is responsible for the Rust standard library,
132138
rust-lang crates, and conventions. The [Compiler Team][compiler_team]
@@ -135,12 +141,12 @@ and Infrastructure Team][tool_team] is responsible for support for
135141
Cargo, Multirust, and CI Infrastructure. The [Community
136142
Team][community_team] is responsible for coordinating events,
137143
outreach, commercial users, teaching materials, and exposure. The
138-
[Moderation Team][mod_team] is responsible for helping to upholding
139-
the [code of conduct][coc].
144+
[Moderation Team][mod_team] is responsible for helping to uphold the
145+
[code of conduct][coc].
140146

141147
[teams]: https://www.rust-lang.org/team.html
142148
[core_team]: https://www.rust-lang.org/team.html#Core
143-
[language_design_team]: https://www.rust-lang.org/team.html#Language-design
149+
[language_team]: https://www.rust-lang.org/team.html#Language-design
144150
[library_team]: https://www.rust-lang.org/team.html#Library
145151
[compiler_team]: https://www.rust-lang.org/team.html#Compiler
146152
[tool_team]: https://www.rust-lang.org/team.html#Tooling-and-infrastructure
@@ -156,6 +162,11 @@ language has the most contributors of any programming language. If you
156162
want to join in the fun but aren't sure what to work on, please take
157163
a look at [how to contribute][contribute].
158164

165+
[Rust Internals Forum][internals]
166+
167+
This is the main forum for discussing the design and implementation of
168+
Rust.
169+
159170
[Github][github]
160171

161172
This is where all the source code resides.
@@ -171,6 +182,7 @@ features entering the language and standard libraries.
171182
[Issue Tracking][issue_tracking]
172183

173184
[contribute]: ./how_to_contribute.html
185+
[internals]: https://internals.rust-lang.org/
174186
[codetriage]: http://www.codetriage.com
175187
[github]: https://github.com/rust-lang/rust
176188
[rfcs]: https://github.com/rust-lang/rfcs

0 commit comments

Comments
 (0)