@@ -6,7 +6,7 @@ describes the high-level structure of Cargo and [E-easy] bugs on the
6
6
issue tracker.
7
7
8
8
If you have a general question about Cargo or it's internals, feel free to ask
9
- on [ Discord ] .
9
+ on [ Zulip ] .
10
10
11
11
## Code of Conduct
12
12
@@ -54,7 +54,7 @@ a working solution faster as it can iterate outside of cargo's release cadence.
54
54
If you're looking for somewhere to start, check out the [ E-easy] [ E-Easy ] and
55
55
[ E-mentor] [ E-mentor ] tags.
56
56
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
58
58
[ new issue] [ new-issues ] . This is especially important if you want to add new
59
59
features to Cargo or make large changes to the already existing code-base.
60
60
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
145
145
After the pull request is made, a friendly bot will automatically assign a
146
146
reviewer; the review-process will make sure that the proposed changes are
147
147
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 ] .
149
149
150
150
A merge of Cargo's master-branch and your changes is immediately queued
151
151
to be tested after the pull request is made. In case unforeseen
@@ -226,7 +226,7 @@ adding labels to triage issues:
226
226
[ E-mentor ] : https://github.com/rust-lang/cargo/labels/E-mentor
227
227
[ I-nominated ] : https://github.com/rust-lang/cargo/labels/I-nominated
228
228
[ 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
230
230
[ `crates/cargo-test-support/src/lib.rs` ] : crates/cargo-test-support/src/lib.rs
231
231
[ irlo ] : https://internals.rust-lang.org/
232
232
[ subcommands ] : https://doc.rust-lang.org/cargo/reference/external-tools.html#custom-subcommands
0 commit comments