Merge pull request #484 from cli/issue-template-labels
Add labels to issue template
This commit is contained in:
commit
48ffd5aa00
2 changed files with 7 additions and 1 deletions
3
.github/ISSUE_TEMPLATE/bug_report.md
vendored
3
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
name: "\U0001F41B Bug report"
|
||||
about: Report a bug or unexpected behavior while using GitHub CLI
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
5
.github/ISSUE_TEMPLATE/submit-a-request.md
vendored
5
.github/ISSUE_TEMPLATE/submit-a-request.md
vendored
|
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
name: "\U00002B50 Submit a request"
|
||||
name: "⭐ Submit a request"
|
||||
about: Surface a feature or problem that you think should be solved
|
||||
title: ''
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue