Browse Source

fixed labels in issue templates

REJack 5 years ago
parent
commit
2ea45f22f3

+ 1 - 1
.github/ISSUE_TEMPLATE/bug-report-for-adminlte-v2-4-x.md

@@ -2,7 +2,7 @@
 name: Bug report for AdminLTE v2.4.x
 about: Create a report to help us improve AdminLTE v2.4.x
 title: "[BUG]"
-labels: bug
+labels: Bug, v2
 assignees: ''
 
 ---

+ 1 - 1
.github/ISSUE_TEMPLATE/bug-report-for-adminlte-v3-x.md

@@ -2,7 +2,7 @@
 name: Bug report for AdminLTE v3.x
 about: Create a report to help us improve AdminLTE v3.x
 title: "[BUG]"
-labels: bug
+labels: Bug, v3
 assignees: ''
 
 ---

+ 1 - 1
.github/ISSUE_TEMPLATE/feature-request-for-adminlte-v3-x.md

@@ -2,7 +2,7 @@
 name: Feature request for AdminLTE v3.x
 about: Suggest an idea for this project
 title: "[FEATURE]"
-labels: enhancement
+labels: Enhancement, v3
 assignees: ''
 
 ---