Skip to content

Commit 81c4b82

Browse files
authored
Add "needs triage" label to issue templates (TeamNewPipe#8643)
This label would make it easier for issue triagers to know what they haven't triaged yet.
1 parent dcb332e commit 81c4b82

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug report
22
description: Create a bug report to help us improve
3-
labels: [bug]
3+
labels: [bug, needs triage]
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature request
22
description: Suggest an idea for this project
3-
labels: [enhancement]
3+
labels: [enhancement, needs triage]
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Question
22
description: Ask about anything NewPipe-related
3-
labels: [question]
3+
labels: [question, needs triage]
44
body:
55
- type: markdown
66
attributes:

0 commit comments

Comments
 (0)