Merge pull request #484 from cli/issue-template-labels

Add labels to issue template
This commit is contained in:
Nate Smith 2020-02-18 10:04:54 -06:00 committed by GitHub
commit 48ffd5aa00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,9 @@
---
name: "\U0001F41B Bug report"
about: Report a bug or unexpected behavior while using GitHub CLI
title: ''
labels: bug
assignees: ''
---

View file

@ -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: ''
---