Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/how-to-start-contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ order to have a prior discussion and team buy-in:
- Compiler team: a Major Change Proposal (MCP) or a Request For Comment (RFC) (read more [here][mcp-or-rfc-compiler])
- Rustdoc team: Contact the team on their [Zulip channel][rustdoc-zulip]
- Library team: open an API Change proposal (ACP) on [GitHub][acp-libs] or reach out the team [on Zulip][acp-zulip] (read more [here][libs-docs])
- Bootstrap team: ask in the team [Zulip channel][t-boostrap-zulip]
- Bootstrap team: ask in the team [Zulip channel][t-bootstrap-zulip]

In case of doubt, feel free to ask on [Zulip][rust-zulip].

Expand All @@ -40,7 +40,7 @@ In case of doubt, feel free to ask on [Zulip][rust-zulip].
[t-bootstrap-zulip]: https://rust-lang.zulipchat.com/#narrow/channel/326414-t-infra.2Fbootstrap
[acp-libs]: https://github.com/rust-lang/libs-team/issues?q=sort%3Aupdated-desc+is%3Aissue+is%3Aopen
[acp-zulip]: https://rust-lang.zulipchat.com/#narrow/channel/219381-t-libs
[libs-doc]: https://forge.rust-lang.org/libs/maintaining-std.html
[libs-docs]: https://forge.rust-lang.org/libs/maintaining-std.html

## How to start contributing?

Expand Down