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
+29-20Lines changed: 29 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Note that some labels may only be applied by users with write access to [`rust-l
80
80
There are many different labels that can be applied to issues.
81
81
82
82
-`needs-triage`: Signals that an issue is new and needs initial triage.
83
-
-[`T-*`]: Specifies the team or teams that this issue is relevant to. For example `T-compiler`, `T-types` or `T-libs`. See [Team Roles](#team-roles) for more details.
83
+
-[`T-*`]: Specifies the team or teams that this issue is relevant to. For example `T-compiler`, `T-types` or `T-libs`. See [Team Examples](#team-examples) for more details.
84
84
-[`WG-*`]: Specifies the working groups that this issue is relevant to, for example `WG-debugging`.
85
85
-[`PG-*`]: Specifies the project groups that this issue is relevant to, for example the `PG-exploit-mitigations`.
86
86
-[`C-*`]: Specifies the category of the label, for example a bug, tracking issue or discussion.
@@ -145,25 +145,34 @@ There are many different labels that can be applied to issues.
145
145
- An FCP will also cause a relnotes issue to be created, if it's started on an issue.
146
146
-[`metabug`]: Tracks other bugs.
147
147
148
-
#### Team roles
149
-
150
-
Most of the teams have fairly obvious roles,
151
-
like `T-compiler` handling everything related to the compiler,
152
-
but some teams are less self-explantory.
153
-
154
-
*`T-libs` handles the *implementation* of the standard libraries,
155
-
as well as presentation and organization details of library docs, such as spelling and structure.
156
-
*`T-libs-api` handles the *semantics* of standard libraries,
157
-
such as type signatures, the addition of new functions,
158
-
and what gurantees are and are not made by the documentation of functions
159
-
(this includes error handling and platform-specific behavior).
160
-
*`T-lang` handles the semantics of language features themselves, such as keywords.
161
-
This includes the keyword docs in the standard library.
0 commit comments