@@ -84,7 +84,8 @@ feature. We use the 'fork and pull' model described there.
8484Please make pull requests against the ` master ` branch.
8585
8686All pull requests are reviewed by another person. We have a bot,
87- @rust-highfive , that will automatically assign a random person to review your request.
87+ @rust-highfive , that will automatically assign a random person to review your
88+ request.
8889
8990If you want to request that a specific person reviews your pull request,
9091you can add an ` r? ` to the message. For example, Steve usually reviews
@@ -124,6 +125,10 @@ To save @bors some work, and to get small changes through more quickly, when
124125the other rollup-eligible patches too, and they'll get tested and merged at
125126the same time.
126127
128+ To find documentation-related issues, sort by the [ A-docs label] [ adocs ] .
129+
130+ [ adocs ] : https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-docs
131+
127132## Issue Triage
128133
129134Sometimes, an issue will stay open, even though the bug has been fixed. And
@@ -132,8 +137,40 @@ meantime.
132137
133138It can be helpful to go through older bug reports and make sure that they are
134139still valid. Load up an older issue, double check that it's still true, and
135- leave a comment letting us know if it is or is not. The [ least recently updated sort] [ lru ] is good for finding issues like this.
140+ leave a comment letting us know if it is or is not. The [ least recently
141+ updated sort] [ lru ] is good for finding issues like this.
142+
143+ Contributors with sufficient permissions on the Rust repo can help by adding
144+ labels to triage issues:
145+
146+ * Yellow, ** A** -prefixed labels state which ** area** of the project an issue
147+ relates to.
148+
149+ * Magenta, ** B** -prefixed labels identify bugs which ** belong** elsewhere.
150+
151+ * Green, ** E** -prefixed labels explain the level of ** experience** necessary
152+ to fix the issue.
153+
154+ * Red, ** I** -prefixed labels indicate the ** importance** of the issue. The
155+ [ I-nominated] [ inom ] label indicates that an issue has been nominated for
156+ prioritizing at the next triage meeting.
157+
158+ * Orange, ** P** -prefixed labels indicate a bug's ** priority** . These labels
159+ are only assigned during triage meetings, and replace the [ I-nominated] [ inom ]
160+ label.
161+
162+ * Blue, ** T** -prefixed bugs denote which ** team** the issue belongs to.
163+
164+ * Dark blue, ** beta-** labels track changes which need to be backported into
165+ the beta branches.
166+
167+ * The purple ** metabug** label marks lists of bugs collected by other
168+ categories.
169+
170+ If you're looking for somewhere to start, check out the [ E-easy] [ eeasy ] tag.
136171
172+ [ inom ] : https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AI-nominated
173+ [ eeasy ] : https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy
137174[ lru ] : https://github.com/rust-lang/rust/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc
138175
139176## Out-of-tree Contributions
0 commit comments