Skip to content

Commit

Permalink
Auto merge of #6554 - ehuss:chat-link, r=alexcrichton
Browse files Browse the repository at this point in the history
Update chat link to Discord.

I'm not sure if anyone is hanging out in the IRC channel much these days.
  • Loading branch information
bors committed Jan 15, 2019
2 parents cc3d390 + e657f23 commit 4f07147
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describes the high-level structure of Cargo and [E-easy] bugs on the
issue tracker.

If you have a general question about Cargo or it's internals, feel free to ask
on [IRC].
on [Discord].

## Code of Conduct

Expand Down Expand Up @@ -54,7 +54,7 @@ a working solution faster as it can iterate outside of cargo's release cadence.
If you're looking for somewhere to start, check out the [E-easy][E-Easy] and
[E-mentor][E-mentor] tags.

Feel free to ask for guidelines on how to tackle a problem on [IRC] or open a
Feel free to ask for guidelines on how to tackle a problem on [Discord] or open a
[new issue][new-issues]. This is especially important if you want to add new
features to Cargo or make large changes to the already existing code-base.
Cargo's core developers will do their best to provide help.
Expand Down Expand Up @@ -106,7 +106,7 @@ You can use `rustup component add --toolchain nightly rustfmt-preview` to instal
After the pull request is made, a friendly bot will automatically assign a
reviewer; the review-process will make sure that the proposed changes are
sound. Please give the assigned reviewer sufficient time, especially during
weekends. If you don't get a reply, you may poke the core developers on [IRC].
weekends. If you don't get a reply, you may poke the core developers on [Discord].

A merge of Cargo's master-branch and your changes is immediately queued
to be tested after the pull request is made. In case unforeseen
Expand Down Expand Up @@ -196,7 +196,7 @@ adding labels to triage issues:
[E-mentor]: https://github.com/rust-lang/cargo/labels/E-mentor
[I-nominated]: https://github.com/rust-lang/cargo/labels/I-nominated
[Code of Conduct]: https://www.rust-lang.org/conduct.html
[IRC]: https://kiwiirc.com/client/irc.mozilla.org/cargo
[Discord]: https://discordapp.com/invite/rust-lang
[`testsuite/support/mod.rs`]: https://github.com/rust-lang/cargo/blob/master/tests/testsuite/support/mod.rs
[irlo]: https://internals.rust-lang.org/
[subcommands]: https://doc.rust-lang.org/cargo/reference/external-tools.html#custom-subcommands

0 comments on commit 4f07147

Please sign in to comment.