@@ -154,12 +154,17 @@ rebase when bringing the latest changes from the master branch to your feature
154154branch. Also, please make sure that fixup commits are squashed into other
155155related commits with meaningful commit messages.
156156
157+ If you encounter merge commits, your PR will get marked as ` S-waiting-on-author ` .
158+ When you resolve them, you should use ` @rustbot ` to mark it as ` S-waiting-on-review ` .
159+ See [ this chapter] [ labeling ] for more details.
160+
157161GitHub allows [ closing issues using keywords] [ closing-keywords ] . This feature
158162should be used to keep the issue tracker tidy. However, it is generally preferred
159163to put the "closes #123 " text in the PR description rather than the issue commit;
160164particularly during rebasing, citing the issue number in the commit can "spam"
161165the issue in question.
162166
167+ [ labeling ] : ./rustbot.md#issue-relabeling
163168[ closing-keywords ] : https://help.github.com/en/articles/closing-issues-using-keywords
164169
165170### External Dependencies (subtree)
@@ -413,8 +418,8 @@ still valid. Load up an older issue, double check that it's still true, and
413418leave a comment letting us know if it is or is not. The [ least recently
414419updated sort] [ lru ] is good for finding issues like this.
415420
416- Contributors with sufficient permissions on the Rust repo can help by adding
417- labels to triage issues:
421+ [ Thanks to ` @rustbot ` ] [ rustbot ] , anyone can help triaging issues by adding
422+ appropriate labels to issues that haven't been triaged yet :
418423
419424* Yellow, ** A** -prefixed labels state which ** area** of the project an issue
420425 relates to.
@@ -435,7 +440,9 @@ labels to triage issues:
435440
436441* Red, ** I** -prefixed labels indicate the ** importance** of the issue. The
437442 [ I-nominated] [ inom ] label indicates that an issue has been nominated for
438- prioritizing at the next triage meeting.
443+ prioritizing at the next triage meeting. Similarely, the [ I-prioritize] [ ipri ]
444+ indicates that an issue has been requested to be prioritized by the
445+ appropriate team.
439446
440447* The purple ** metabug** label marks lists of bugs collected by other
441448 categories.
@@ -444,7 +451,7 @@ labels to triage issues:
444451 that this issue is specific to.
445452
446453* Orange, ** P** -prefixed labels indicate a bug's ** priority** . These labels
447- are only assigned during triage meetings, and replace the [ I-nominated ] [ inom ]
454+ are only assigned during triage meetings, and replace the [ I-prioritize ] [ ipri ]
448455 label.
449456
450457* The gray ** proposed-final-comment-period** label marks bugs that are using
@@ -464,7 +471,9 @@ labels to triage issues:
464471
465472If you're looking for somewhere to start, check out the [ E-easy] [ eeasy ] tag.
466473
474+ [ rustbot ] : ./rustbot.md
467475[ inom ] : https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AI-nominated
476+ [ ipri ] : https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AI-prioritize
468477[ eeasy ] : https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy
469478[ lru ] : https://github.com/rust-lang/rust/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc
470479[ rfcbot ] : https://github.com/anp/rfcbot-rs/
0 commit comments