Skip to content
This repository was archived by the owner on Jul 19, 2021. It is now read-only.

Commit cb83848

Browse files
committed
chore(repo): fix tags in issue templates
1 parent 1ee5ba2 commit cb83848

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/branching-content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Branching Content
33
about: Content is missing for a certain version and requires branching sections or code samples
4-
labels: 'enhancement','branching'
4+
labels: 'type: enhancement','meta: branching'
55

66
---
77

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
labels: 'bug'
4+
labels: 'type: bug'
55

66
---
77

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
labels: 'request'
4+
labels: 't: request'
55

66
---
77

0 commit comments

Comments
 (0)