Skip to content

Commit 359b9bf

Browse files
jieyouxufee1-dead
authored andcommitted
docs: update communication avenue contributing docs
1 parent 6ac1fcd commit 359b9bf

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Contributing.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
There are many ways to contribute to Rustfmt. This document lays out what they
44
are and has information on how to get started. If you have any questions about
5-
contributing or need help with anything, please ask in the WG-Rustfmt channel
6-
on [Discord](https://discordapp.com/invite/rust-lang). Feel free to also ask questions
7-
on issues, or file new issues specifically to get help.
5+
contributing or need help with anything, please ask in the Rustfmt team [Zulip
6+
channel `#t-rustfmt`][rustfmt-zulip]. Feel free to also ask questions on issues,
7+
or file new issues specifically to get help.
88

99
All contributors are expected to follow our [Code of
1010
Conduct](CODE_OF_CONDUCT.md).
@@ -268,3 +268,7 @@ the config struct and parse a config file, etc. Checking an option is done by
268268
accessing the correct field on the config struct, e.g., `config.max_width()`. Most
269269
functions have a `Config`, or one can be accessed via a visitor or context of
270270
some kind.
271+
272+
273+
[rustfmt-zulip]:
274+
https://rust-lang.zulipchat.com/#narrow/channel/357797-t-rustfmt

0 commit comments

Comments
 (0)