X Tutup
Skip to content

Commit 48ffd5a

Browse files
author
Nate Smith
authored
Merge pull request cli#484 from cli/issue-template-labels
Add labels to issue template
2 parents 0215074 + 69d859a commit 48ffd5a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: "\U0001F41B Bug report"
33
about: Report a bug or unexpected behavior while using GitHub CLI
4+
title: ''
5+
labels: bug
6+
assignees: ''
47

58
---
69

.github/ISSUE_TEMPLATE/submit-a-request.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
2-
name: "\U00002B50 Submit a request"
2+
name: " Submit a request"
33
about: Surface a feature or problem that you think should be solved
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
47

58
---
69

0 commit comments

Comments
 (0)
X Tutup