fixed labels in issue templates

This commit is contained in:
REJack
2019-11-01 12:25:19 +01:00
parent 6457d31b0d
commit 2ea45f22f3
3 changed files with 3 additions and 3 deletions

View File

@@ -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: ''
---

View File

@@ -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: ''
---

View File

@@ -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: ''
---