Add status: waiting-for-triage to issue templates

This commit is contained in:
Rob Winch
2020-04-16 16:07:46 -05:00
committed by GitHub
parent 904369ac29
commit 06d8031211
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: ''
labels: 'type: bug'
labels: 'type: bug, status: waiting-for-triage'
assignees: ''
---

View File

@@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'type: enhancement'
labels: 'status: waiting-for-triage, type: enhancement'
assignees: ''
---