Skip to content

Commit 29b8a03

Browse files
committed
add 'waiting-for-review' incantation to main contrib page
1 parent b12bee8 commit 29b8a03

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/contributing.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,12 @@ rebase when bringing the latest changes from the master branch to your feature
147147
branch. Also, please make sure that fixup commits are squashed into other
148148
related commits with meaningful commit messages.
149149

150-
If you encounter merge conflicts, your PR will get marked as `S-waiting-on-author`.
151-
When you resolve them, you should use `@rustbot` to mark it as `S-waiting-on-review`.
150+
If you encounter merge conflicts or when a reviewer asks you to perform some
151+
changes, your PR will get marked as `S-waiting-on-author`. When you resolve
152+
them, you should use `@rustbot` to mark it as `S-waiting-on-review`:
153+
154+
@rustbot label -S-waiting-on-author +S-waiting-on-review
155+
152156
See [this chapter][labeling] for more details.
153157

154158
GitHub allows [closing issues using keywords][closing-keywords]. This feature

0 commit comments

Comments
 (0)