Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

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

All contributors are expected to follow our [Code of
Conduct](CODE_OF_CONDUCT.md).
Expand Down Expand Up @@ -268,3 +268,7 @@ the config struct and parse a config file, etc. Checking an option is done by
accessing the correct field on the config struct, e.g., `config.max_width()`. Most
functions have a `Config`, or one can be accessed via a visitor or context of
some kind.


[rustfmt-zulip]:
https://rust-lang.zulipchat.com/#narrow/channel/357797-t-rustfmt
Loading