Skip to content

various fixes/improvements to Contributing chapter #1723

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Jul 8, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
make sentence more simple, and account for moved info
  • Loading branch information
tshepang committed Jul 5, 2023
commit 51071c58fdca3badd746617bf8aeecdc57fb7a2a
8 changes: 4 additions & 4 deletions src/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,13 @@ Zulip ([#t-release/triage]). They have knowledge of when to ping, who might be
on vacation, etc.

The reviewer may request some changes using the GitHub code review interface.
They may also request special procedures (such as a [crater] run; [see
below][break]) for some PRs.
They may also request special procedures for some PRs.
See [Crater] and [Breaking Changes] chapters for some examples of such procedures.

[r?]: https://github.com/rust-lang/rust/pull/78133#issuecomment-712692371
[#t-release/triage]: https://rust-lang.zulipchat.com/#narrow/stream/242269-t-release.2Ftriage
[break]: #breaking-changes
[crater]: tests/crater.md
[Breaking Changes]: bug-fix-procedure.md
[Crater]: tests/crater.md

### CI

Expand Down