Skip to content

Commit 5aaf8cb

Browse files
authored
chore: fix typos in issue templates (#624)
1 parent f0ed472 commit 5aaf8cb

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: "\U0001F41E Bug report"
22
description: Report an issue
3-
labels: ['c: pending triage'] # This will automatically assign the 'c: pending triage' label
3+
labels: ['s: pending triage'] # This will automatically assign the 's: pending triage' label
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: "\U0001F680 New feature proposal"
22
description: Propose a new feature
3-
labels: ['c: pending triage'] # This will automatically assign the 'c: pending triage' label
3+
labels: ['s: pending triage'] # This will automatically assign the 's: pending triage' label
44
body:
55
- type: markdown
66
attributes:

0 commit comments

Comments
 (0)