Skip to content

Commit ea32d80

Browse files
committed
Auto merge of #8436 - joshtriplett:zulip, r=alexcrichton
CONTRIBUTING.md: Link to Zulip rather than Discord Discussed and approved by all members of the Cargo team.
2 parents 40550b9 + 552c664 commit ea32d80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ describes the high-level structure of Cargo and [E-easy] bugs on the
66
issue tracker.
77

88
If you have a general question about Cargo or it's internals, feel free to ask
9-
on [Discord].
9+
on [Zulip].
1010

1111
## Code of Conduct
1212

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

57-
Feel free to ask for guidelines on how to tackle a problem on [Discord] or open a
57+
Feel free to ask for guidelines on how to tackle a problem on [Zulip] or open a
5858
[new issue][new-issues]. This is especially important if you want to add new
5959
features to Cargo or make large changes to the already existing code-base.
6060
Cargo's core developers will do their best to provide help.
@@ -145,7 +145,7 @@ the `CARGO_RUN_BUILD_STD_TESTS=1` environment variable and running `cargo test
145145
After the pull request is made, a friendly bot will automatically assign a
146146
reviewer; the review-process will make sure that the proposed changes are
147147
sound. Please give the assigned reviewer sufficient time, especially during
148-
weekends. If you don't get a reply, you may poke the core developers on [Discord].
148+
weekends. If you don't get a reply, you may poke the core developers on [Zulip].
149149

150150
A merge of Cargo's master-branch and your changes is immediately queued
151151
to be tested after the pull request is made. In case unforeseen
@@ -226,7 +226,7 @@ adding labels to triage issues:
226226
[E-mentor]: https://github.com/rust-lang/cargo/labels/E-mentor
227227
[I-nominated]: https://github.com/rust-lang/cargo/labels/I-nominated
228228
[Code of Conduct]: https://www.rust-lang.org/conduct.html
229-
[Discord]: https://discordapp.com/invite/rust-lang
229+
[Zulip]: https://rust-lang.zulipchat.com/#narrow/stream/246057-t-cargo
230230
[`crates/cargo-test-support/src/lib.rs`]: crates/cargo-test-support/src/lib.rs
231231
[irlo]: https://internals.rust-lang.org/
232232
[subcommands]: https://doc.rust-lang.org/cargo/reference/external-tools.html#custom-subcommands

0 commit comments

Comments
 (0)