mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
fix: assign labels for issue templates (#919)
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug-report.md
vendored
2
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@ -2,7 +2,7 @@
|
|||||||
name: Bug report
|
name: Bug report
|
||||||
about: Report a bug
|
about: Report a bug
|
||||||
title: "Bug: "
|
title: "Bug: "
|
||||||
labels: "bug 🐛"
|
labels: "bug :bug:"
|
||||||
---
|
---
|
||||||
|
|
||||||
## OS Information
|
## OS Information
|
||||||
|
2
.github/ISSUE_TEMPLATE/doc.md
vendored
2
.github/ISSUE_TEMPLATE/doc.md
vendored
@ -2,7 +2,7 @@
|
|||||||
name: Documentation improvement
|
name: Documentation improvement
|
||||||
about: Suggest a documentation improvement
|
about: Suggest a documentation improvement
|
||||||
title: "Docs: "
|
title: "Docs: "
|
||||||
labels: "documentation 📝"
|
labels: "documentation :memo:"
|
||||||
---
|
---
|
||||||
|
|
||||||
## What is your suggestion?
|
## What is your suggestion?
|
||||||
|
Reference in New Issue
Block a user