Skip to content

Commit c355d8e

Browse files
committed
chore(gh): Ensure triage labels are applied
1 parent 14e7d8d commit c355d8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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: An issue with clap, clap_complete, clap_derive, or clap_mangen
3-
labels: 'C-bug'
3+
labels: ["C-bug", "S-triage"]
44
body:
55
- type: checkboxes
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: 'C-enhancement'
3+
labels: ["C-enhancement", "S-triage"]
44
body:
55
- type: checkboxes
66
attributes:

0 commit comments

Comments
 (0)