You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/release/issue-triaging.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,7 @@ There are many different labels that can be applied to issues.
93
93
- Where possible, specify the most specific target-category. For instance, if an issue affects `*-windows-gnu` but not `*-windows-msvc`, prefer `O-windows-gnu` over the generic `O-windows`.
94
94
-[`A-*`]: The areas that the issue is relevant to, for example `A-linkage`, `A-patterns` or `A-diagnostics`. This is particularly helpful for filtering issues.
95
95
-`A-diagnostics`: Issues created from the diagnostics issue template only have `A-diagnostics` and not `C-bug`.
96
+
-[`B-*`]: Issues which are blockers.
96
97
-[`D-*`]: Labels for diagnostic issues.
97
98
-`D-diagnostic-infra`: This issue is about the diagnostics infrastructure itself.
98
99
-[`L-*`]: When the issue concerns a specific lint.
@@ -134,6 +135,10 @@ There are many different labels that can be applied to issues.
134
135
-`S-has-bisection`: A bisection has been performed and the bisection result is convincing.
135
136
-`S-waiting-on-LLVM`: Waiting on upstream LLVM PR or fix.
136
137
-`S-tracking-forever`: The tracking issue is never intended to be closed.
138
+
-[`beta-nominated`]: Tracks changes which need to be [backported to beta].
139
+
-[`stable-nominated`]: Tracks changes which need to be [backported to stable] (in anticipation of a point release).
140
+
-[relnotes]: Changes that should be documented in the release notes of the next release.
141
+
-[metabug]: Tracks other bugs.
137
142
138
143
### Relnotes issues
139
144
@@ -179,6 +184,7 @@ Another useful thing to do is to go through `E-needs-mcve` and `E-needs-bisectio
[^1]: The `O` in `O-*` labels originally stood for *operating system (OS)*.
196
208
[^2]: The `I` in `I-*` labels originally stood for *importance*. This makes the most sense for the `I-*-nominated` labels. For most `I-*` labels however it makes sense to interpret the `I` as *issue (kind)*.
0 commit comments