Browse Source

Fix github templates label names

Roman Zabaluev 3 years ago
parent
commit
f656076702
2 changed files with 4 additions and 4 deletions
  1. 2 2
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 2 2
      .github/ISSUE_TEMPLATE/feature_request.md

+ 2 - 2
.github/ISSUE_TEMPLATE/bug_report.md

@@ -2,7 +2,7 @@
 name: "\U0001F41E  Bug report"
 about: Create a report to help us improve
 title: ''
-labels: bug
+labels: 'type/bug'
 assignees: ''
 
 ---
@@ -28,4 +28,4 @@ Steps to reproduce the behavior:
 
 
 **Additional context**
-(Add any other context about the problem here)
+(Add any other context about the problem here)

+ 2 - 2
.github/ISSUE_TEMPLATE/feature_request.md

@@ -2,7 +2,7 @@
 name: "\U0001F680 Feature request"
 about: Propose a new feature 
 title: ''
-labels: enhancement
+labels: 'type/enhancement'
 assignees: ''
 
 ---
@@ -39,4 +39,4 @@ assignees: ''
   You might want to link to related issues here, if you haven't already.
 -->
 
-(Write your answer here.)
+(Write your answer here.)