chore: add "needs grooming" label to new issues (#1384)

This commit is contained in:
Ben Potter
2022-05-11 14:35:58 -05:00
committed by GitHub
parent 982769f0dc
commit 537897c0bb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
name: Bug report
about: Report a bug
title: "Bug: "
labels: "bug :bug:"
labels: ["bug :bug:", "needs grooming :razor:"]
---
## OS Information
+1 -1
View File
@@ -2,7 +2,7 @@
name: Documentation improvement
about: Suggest a documentation improvement
title: "Docs: "
labels: "documentation :memo:"
labels: ["documentation :memo:", "needs grooming :razor:"]
---
## What is your suggestion?
+1 -1
View File
@@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea to improve coder
title: "Feat: "
labels: "new feature :sparkles:"
labels: ["new feature :sparkles:", "needs grooming :razor:"]
---
## What is your suggestion?