Add default needs-triage label to issue templates (#100)

This commit is contained in:
Aleksei Atavin
2021-12-28 10:23:32 +02:00
committed by GitHub
parent 1cd15b0845
commit 85b49ac228
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
name: 🐛 Bug report
about: Create a report to help us improve
title: '[BUG]'
labels: 'bug, untriaged'
labels: 'bug, needs-triage
assignees: ''
---
@@ -2,7 +2,7 @@
name: 🎆 Feature request
about: Request a feature in this project
title: '[FEATURE]'
labels: enhancement
labels: enhancement, needs-triage
assignees: ''
---
**Is your feature request related to a problem?**
+1 -1
View File
@@ -2,7 +2,7 @@
name: 💭 Proposal
about: Suggest an idea for a specific feature you wish to propose to the community for comment
title: '[PROPOSAL]'
labels: proposal
labels: proposal, needs-triage
assignees: ''
---
## What kind of business use case are you trying to solve? What are your requirements?