@@ -84,7 +84,8 @@ feature. We use the 'fork and pull' model described there.
84
84
Please make pull requests against the ` master ` branch.
85
85
86
86
All 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.
88
89
89
90
If you want to request that a specific person reviews your pull request,
90
91
you 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
124
125
the other rollup-eligible patches too, and they'll get tested and merged at
125
126
the same time.
126
127
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
+
127
132
## Issue Triage
128
133
129
134
Sometimes, an issue will stay open, even though the bug has been fixed. And
@@ -132,8 +137,40 @@ meantime.
132
137
133
138
It can be helpful to go through older bug reports and make sure that they are
134
139
still 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.
136
171
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
137
174
[ lru ] : https://github.com/rust-lang/rust/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc
138
175
139
176
## Out-of-tree Contributions
0 commit comments