Update issue templates
This commit is contained in:
parent
6605c1d07f
commit
00c9f4a2e5
6 changed files with 6 additions and 6 deletions
2
.github/ISSUE_TEMPLATE/01_bug-report.md
vendored
2
.github/ISSUE_TEMPLATE/01_bug-report.md
vendored
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
name: Bug Report
|
||||
name: 🐛 Bug Report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ⚠️bug?
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
name: Bug Report (Client specific)
|
||||
name: 🐛 Bug Report (🖥️Client specific)
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ⚠️bug?, 🖥️Client
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
name: Bug Report (Server specific)
|
||||
name: 🐛 Bug Report (⚙️Server specific)
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ⚠️bug?, ⚙️Server
|
||||
|
|
2
.github/ISSUE_TEMPLATE/11_feature-request.md
vendored
2
.github/ISSUE_TEMPLATE/11_feature-request.md
vendored
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
name: Feature Request
|
||||
name: ✨ Feature Request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ✨Feature
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
name: Feature Request (Client specific)
|
||||
name: ✨ Feature Request (🖥️Client specific)
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ✨Feature, 🖥️Client
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
name: Feature Request (Server specific)
|
||||
name: ✨ Feature Request (⚙️Server specific)
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ✨Feature, ⚙️Server
|
||||
|
|
Loading…
Reference in a new issue