docs(templates): Include triage label (#1042)

This commit is contained in:
Pepe Fagoaga
2022-02-14 17:47:53 +01:00
committed by GitHub
parent 3097ba6c66
commit 07be3c21bf
3 changed files with 5 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: "[Bug]: " title: "[Bug]: "
labels: ["bug", "triage"] labels: bug, status/needs-triage
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: enhancement labels: enhancement, status/needs-triage
assignees: '' assignees: ''
--- ---

View File

@@ -1,3 +1,6 @@
---
labels: status/needs-triage
---
### Context ### Context
Please include relevant motivation and context for this PR. Please include relevant motivation and context for this PR.