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
8 changes: 5 additions & 3 deletions src/team/reviewing.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ feel free to reassign it to someone else.
To assign it to another random person picked from the high-five rotation,
use `r? rust-lang/libs`.

To manage your review queue, you can send commands to [triagebot](https://rust-lang.zulipchat.com/#user/261224)
via a private message on zulip. Message `--help` to see the available commands.

If you find yourself unable to do any reviews for an extended period of time,
it might be a good idea to (temporarily) remove yourself from the list.
To add or remove yourself from the list, send a PR to change the
[triagebot configuration file](https://github.com/rust-lang/rust/blob/master/triagebot.toml).
it might be a good idea to (temporarily) remove yourself from the work queue.
To add or remove yourself from the queue, send `work set-rotation-mode off`.

## Rolling up

Expand Down
Loading