Fix github templates label names
This commit is contained in:
parent
1f360ce8ab
commit
f656076702
2 changed files with 4 additions and 4 deletions
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -2,7 +2,7 @@
|
||||||
name: "\U0001F41E Bug report"
|
name: "\U0001F41E Bug report"
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: ''
|
title: ''
|
||||||
labels: bug
|
labels: 'type/bug'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -28,4 +28,4 @@ Steps to reproduce the behavior:
|
||||||
|
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
(Add any other context about the problem here)
|
(Add any other context about the problem here)
|
||||||
|
|
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -2,7 +2,7 @@
|
||||||
name: "\U0001F680 Feature request"
|
name: "\U0001F680 Feature request"
|
||||||
about: Propose a new feature
|
about: Propose a new feature
|
||||||
title: ''
|
title: ''
|
||||||
labels: enhancement
|
labels: 'type/enhancement'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -39,4 +39,4 @@ assignees: ''
|
||||||
You might want to link to related issues here, if you haven't already.
|
You might want to link to related issues here, if you haven't already.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
(Write your answer here.)
|
(Write your answer here.)
|
||||||
|
|
Loading…
Add table
Reference in a new issue