Skip to content

Commit 981aa1c

Browse files
authored
Remove the 'triage-needed' label from New Issue templates (#1124)
This removes the `triage-needed` label from the GitHub New Issue templates in this repository which have it. I added this while revamping these templates in #962, but more recently we added a `triaged` label which is works the opposite way—it's applied after an issue has been triaged—so we don't need the older label anymore. ### Checklist: - [x] Code and documentation should follow the style of the [Style Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md). - [x] If public symbols are renamed or modified, DocC references should be updated.
1 parent 40edfec commit 981aa1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/01-bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
name: 🪲 Report a bug
1010
description: >
1111
Report a deviation from expected or documented behavior.
12-
labels: [bug, triage-needed]
12+
labels: [bug]
1313
body:
1414
- type: markdown
1515
attributes:

.github/ISSUE_TEMPLATE/02-change-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
name: 🌟 Request a change
1010
description: >
1111
Request a feature, API, improvement, or other change.
12-
labels: [enhancement, triage-needed]
12+
labels: [enhancement]
1313
body:
1414
- type: markdown
1515
attributes:

0 commit comments

Comments
 (0)