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
+20
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,15 @@ 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 nominated for being [backported to beta].
139
+
-[`beta-accepted`]: Tracks changes that have been approved for being [backported to beta]. `T-release` will usually handle the backport.
140
+
-[`stable-nominated`]: Tracks changes nominated for being [backported to stable], in anticipation of a point release.
141
+
-[`stable-accepted`]: Tracks changes that have been approved for being [backported to stable]. `T-release` will usually handle the backport.
142
+
-[`relnotes`]: Changes that are proposed to be documented in the release notes of the next release
143
+
- It makes triagebot create a new relnotes issue ([example][relnotes issue example])
144
+
- It also marks relnotes issues, so it can be processed by T-release relnotes tooling
145
+
- An FCP will also cause a relnotes issue to be created, if it's started on an issue.
146
+
-[`metabug`]: Tracks other bugs.
137
147
138
148
### Relnotes issues
139
149
@@ -179,6 +189,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
216
[^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