Add triage label to issue templates
This commit is contained in:
parent
2b1e2eeed2
commit
71bd7849dc
|
@ -2,7 +2,7 @@
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: Client goes crazy when I mash the keyboard
|
title: Client goes crazy when I mash the keyboard
|
||||||
labels: bug
|
labels: bug, triage
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea for this project
|
||||||
title: Make beep sound when moving from client to server
|
title: Make beep sound when moving from client to server
|
||||||
labels: enhancement
|
labels: enhancement, triage
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue