Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982769f commit 537897cCopy full SHA for 537897c
.github/ISSUE_TEMPLATE/bug-report.md
@@ -2,7 +2,7 @@
2
name: Bug report
3
about: Report a bug
4
title: "Bug: "
5
-labels: "bug :bug:"
+labels: ["bug :bug:", "needs grooming :razor:"]
6
---
7
8
## OS Information
.github/ISSUE_TEMPLATE/doc.md
name: Documentation improvement
about: Suggest a documentation improvement
title: "Docs: "
-labels: "documentation :memo:"
+labels: ["documentation :memo:", "needs grooming :razor:"]
## What is your suggestion?
.github/ISSUE_TEMPLATE/feature.md
name: Feature request
about: Suggest an idea to improve coder
title: "Feat: "
-labels: "new feature :sparkles:"
+labels: ["new feature :sparkles:", "needs grooming :razor:"]
0 commit comments