Add status: waiting-for-triage to issue templates

This commit is contained in:
Rob Winch 2020-04-16 16:02:26 -05:00 committed by GitHub
parent 1b4f6bbe33
commit 27b711a0a9
2 changed files with 2 additions and 2 deletions

View File

@ -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: '' title: ''
labels: 'type: bug' labels: 'status: waiting-for-triage, type: bug'
assignees: '' assignees: ''
--- ---

View File

@ -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: '' title: ''
labels: 'type: enhancement' labels: 'status: waiting-for-triage, type: enhancement'
assignees: '' assignees: ''
--- ---