Skip to content

Commit 622bd61

Browse files
committed
Fix github tag names in issue templates
1 parent c109368 commit 622bd61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug report
22
description: Found a bug? Let us know so we can fix it!
3-
labels: ["type: bug"]
3+
labels: ["t: bug"]
44

55
body:
66
- type: textarea

Diff for: .github/ISSUE_TEMPLATE/feature_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature request
22
description: Got a cool idea you would like implemented? Share it with us!
3-
labels: ["type: feature"]
3+
labels: ["t: feature"]
44

55
body:
66
- type: textarea

0 commit comments

Comments
 (0)