Skip to content

Commit 02fffca

Browse files
Small improvements and clarifications
1 parent 85aebeb commit 02fffca

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

src/rustdoc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ read about how the compiler and rustdoc work and instructions on how to set up a
77
you're looking for the [rustc-dev-guide](https://rustc-dev-guide.rust-lang.org/rustdoc.html).
88

99
- [Calendar](./calendar.md)
10-
- *How do I subscribe to the compiler team's calendar?*
10+
- *How do I subscribe to the rustdoc team's calendar?*
1111
- [Meetings](./meetings.md)
1212
- *What meetings do the rustdoc team run and how can I attend?*
1313
- [Membership](./membership.md)

src/rustdoc/meetings.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ The rustdoc team hosts a meeting every second Monday on each month on the
44
[t-rustdoc/meetings channel on zulip](https://rust-lang.zulipchat.com/#narrow/channel/393423-t-rustdoc.2Fmeetings)
55
at 21:00 CET (UTC+1) and CEST on summer (UTC+2).
66

7+
This schedule might change, to be sure to be up to date, check
8+
[here](https://github.com/rust-lang/calendar/blob/main/rustdoc.toml).
9+
710
A new thread is open a month ahead of time to remind people who want to attend about the time
811
and the agenda.
912

src/rustdoc/membership.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Being promoted to member implies a number of privileges:
4646
It also implies some obligations (in some cases, optional obligations):
4747

4848
- Members are expected to respond to FCPs in maximum 4 weeks (28 days).
49-
- Members may take part in various other [maintainer activities] to help the team.
49+
- Members may take part in various other maintainer activities to help the team.
5050
- Members are held to a higher standard than ordinary folk when it comes to the [Code of
5151
Conduct][CoC].
5252

src/rustdoc/proposals-and-stabilization.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,18 @@ the nature of the proposal, described below.
3535
a new target).
3636
- PR proposals can be approved by *FCPs* or *r+*. See *When are FCPs/RFCs required?*
3737
section below when *r+* isn't sufficient alone.
38+
- Issues
39+
- Opening an issue on the [`rust-lang/rust`][rust] repository are also a good starting
40+
point if you don't know which of the previous ways is the best fit.
3841

3942
[rustdoc zulip thread]: https://rust-lang.zulipchat.com/#narrow/channel/266220-t-rustdoc
4043

4144
### When are FCPs/RFCs required?
4245

43-
An FCP will be needed for any stabilization of small user-facing changes, like UI/UX changes, new
44-
command-line arguments, new attributes, etc. However, if the change is considered too big/important,
45-
an RFC will need to be written and approved before the change will be accepted.
46+
An FCP will be needed for any stabilization of small user-facing changes, like UI/UX changes in
47+
the GUI web interface, new command-line arguments, new attributes, etc. However, if the change
48+
is considered too big/important, an RFC will need to be written and approved before the change
49+
will be accepted.
4650

4751
When starting an FCP, make sure only the relevant subteam is labeled on the issue/PR, to avoid
4852
pinging people with changes they aren't interested in.

0 commit comments

Comments
 (0)