Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e32c45a

Browse files
jyn514tshepang
authored andcommitted
Make the "Asking Questions" section more useful
- Update outdated chat platforms - Link to the community page - Suggest `git shortlog` for finding experts
1 parent a5f0310 commit e32c45a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

‎src/getting-started.md‎

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,12 @@ chapter on how to build and run the compiler](./building/how-to-build-and-run.md
2121

2222
## Asking Questions
2323

24-
If you have questions, please make a post on [internals.rust-lang.org][internals] or
25-
hop on the [Rust Discord server][rust-discord] or [Rust Zulip server][rust-zulip].
24+
If you have questions, please make a post on the [Rust Zulip server][rust-zulip] or
25+
[internals.rust-lang.org][internals]. If you are contributing to Rustup, be aware they are not on
26+
Zulip - you can ask questions in `#wg-rustup` [on Discord][rust-discord].
27+
See [the Community page][community] on the official website for more resources.
28+
29+
[community]: https://www.rust-lang.org/community
2630

2731
As a reminder, all contributors are expected to follow our [Code of Conduct][coc].
2832

@@ -48,6 +52,12 @@ compiler, [consult this "experts map"][map].
4852
It's not perfectly complete, though, so please also feel free to ask questions
4953
even if you can't figure out who to ping.
5054

55+
Another way to find experts for a given part of the compiler is to see who has made recent commits.
56+
For example, to find people who have recently worked on name resolution since the 1.68.2 release,
57+
you could run `git shortlog -n 1.68.2.. compiler/rustc_resolve/`. Ignore any commits starting with
58+
"Rollup merge" or commits by `@bors` (see [CI contribution prodcedures](./contributing.md#ci) for
59+
more information about these commits).
60+
5161
[map]: https://github.com/rust-lang/compiler-team/blob/master/content/experts/map.toml
5262

5363
### Etiquette

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /