Add triage label to issue templates

This commit is contained in:
Nick Bolton 2019-05-14 12:33:37 +01:00 committed by GitHub
parent 2b1e2eeed2
commit 71bd7849dc
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: Client goes crazy when I mash the keyboard
labels: bug
labels: bug, triage
assignees: ''
---

View File

@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: Make beep sound when moving from client to server
labels: enhancement
labels: enhancement, triage
assignees: ''
---