File tree 3 files changed +4
-4
lines changed
src/steps/writing/creation/dotGitHub
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
description : Report a bug trying to run the code
30
30
labels :
31
31
- " type: bug"
32
- name : 🐛 Report a Bug
32
+ name : 🐛 Bug
33
33
title : " 🐛 Bug: <short description of the bug>"
Original file line number Diff line number Diff line change 23
23
description : Request that a new feature be added or an existing feature improved
24
24
labels :
25
25
- " type: feature"
26
- name : 🚀 Request a Feature
26
+ name : 🚀 Feature
27
27
title : " 🚀 Feature: <short description of the feature>"
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export function createDotGitHubIssueTemplate({
61
61
] ,
62
62
description : "Report a bug trying to run the code" ,
63
63
labels : [ "type: bug" ] ,
64
- name : "🐛 Report a Bug" ,
64
+ name : "🐛 Bug" ,
65
65
title : "🐛 Bug: <short description of the bug>" ,
66
66
} ) ,
67
67
"02-documentation.yml" : formatYaml ( {
@@ -154,7 +154,7 @@ export function createDotGitHubIssueTemplate({
154
154
description :
155
155
"Request that a new feature be added or an existing feature improved" ,
156
156
labels : [ "type: feature" ] ,
157
- name : "🚀 Request a Feature" ,
157
+ name : "🚀 Feature" ,
158
158
title : "🚀 Feature: <short description of the feature>" ,
159
159
} ) ,
160
160
"04-tooling.yml" : formatYaml ( {
You can’t perform that action at this time.
0 commit comments