mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: add "needs grooming" label to new issues (#1384)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name: Bug report
|
||||
about: Report a bug
|
||||
title: "Bug: "
|
||||
labels: "bug :bug:"
|
||||
labels: ["bug :bug:", "needs grooming :razor:"]
|
||||
---
|
||||
|
||||
## OS Information
|
||||
|
||||
@@ -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?
|
||||
|
||||
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user