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

Commit cb4b49d

Browse files
author
Eric Findlay
committed
Changes in PR in response to brson comments
1. fixed webdev 2. fixed offtopic 3. changed text about #rust-internals 4. ordered irc channel list 5. added #rust-tools and #rust-lang 6. added link from irc channels to teams
1 parent b6972ed commit cb4b49d

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

community.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,24 +46,26 @@ Rustaceans primarily communicate via IRC. The
4646
[#rust][rust_irc] channel on Moznet is a venue for general
4747
discussion about Rust, and a good place to ask for help. You'll find
4848
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.
49+
responses are typically very fast. To get involved in the development
50+
of Rust itself, for anything about contribution, or to find a mentor,
51+
[#rust-internals][internals_irc] is the right channel. There are also
52+
some more specific IRC channels noted below.
5353

5454
IRC on Moznet
5555

5656
- [#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;
5957
- [#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;
58+
- [#rustc][rustc_irc] is the home of the [compiler team][compiler_team];
59+
- [#rust-libs][libs_irc] is the home of the [libraries team][library_team];
60+
- [#rust-tools][tools_irc] is the home of the [tools and infrastructure team][tool_team];
61+
- [#rust-lang][lang_irc] is the home of the [language team][language_team];
6462
- [#cargo][cargo_irc] is for discussion of Cargo, Rust's package manager;
65-
- [#rust-offtopic][offtopic_irc] is for general chit-chat amongst Rustaceans;
6663
- [#servo][servo_irc] is for discussion of Servo, the browser engine written in Rust;
64+
- [#rust-offtopic][offtopic_irc] is for general chit-chat amongst Rustaceans;
65+
- [#rust-crypto][crypto_irc] is for discussion of cryptography in Rust;
66+
- [#rust-osdev][osdev_irc] is for people doing OS development in Rust;
67+
- [#rust-webdev][webdev_irc] is for people doing web development in Rust;
68+
- [#rust-gamedev][gamedev_irc] is for people doing game development in Rust;
6769
- [#rust-bots][bots_irc] notifcations about Rust from a selection of bots.
6870

6971
[Stack Overflow][stack_overflow]
@@ -88,12 +90,15 @@ newcomer, we care about making this community a safe place for you.
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
@@ -126,7 +131,7 @@ are made through consensus, under the stewardship of a core team. The
126131
[Core Team][core_team] is responsible for steering the design and
127132
development process, overseeing the introduction of new features, and
128133
ultimately making decisions for which there is no consensus (this
129-
happens rarely). The [Language Design Team][language_design_team] is
134+
happens rarely). The [Language Design Team][language_team] is
130135
responsible for design of new language features. The [Library
131136
Team][library_team] is responsible for the Rust standard library,
132137
rust-lang crates, and conventions. The [Compiler Team][compiler_team]
@@ -140,7 +145,7 @@ the [code of conduct][coc].
140145

141146
[teams]: https://www.rust-lang.org/team.html
142147
[core_team]: https://www.rust-lang.org/team.html#Core
143-
[language_design_team]: https://www.rust-lang.org/team.html#Language-design
148+
[language_team]: https://www.rust-lang.org/team.html#Language-design
144149
[library_team]: https://www.rust-lang.org/team.html#Library
145150
[compiler_team]: https://www.rust-lang.org/team.html#Compiler
146151
[tool_team]: https://www.rust-lang.org/team.html#Tooling-and-infrastructure

0 commit comments

Comments
 (0)