Skip to content

Commit 2bb808f

Browse files
simplified the titles of issue templates
1 parent e3c6d50 commit 2bb808f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .github/ISSUE_TEMPLATE/01-bug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ body:
2929
description: Report a bug trying to run the code
3030
labels:
3131
- "type: bug"
32-
name: 🐛 Report a Bug
32+
name: 🐛 Bug
3333
title: "🐛 Bug: <short description of the bug>"

Diff for: .github/ISSUE_TEMPLATE/03-feature.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ body:
2323
description: Request that a new feature be added or an existing feature improved
2424
labels:
2525
- "type: feature"
26-
name: 🚀 Request a Feature
26+
name: 🚀 Feature
2727
title: "🚀 Feature: <short description of the feature>"

Diff for: src/steps/writing/creation/dotGitHub/issueTemplate.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export function createDotGitHubIssueTemplate({
6161
],
6262
description: "Report a bug trying to run the code",
6363
labels: ["type: bug"],
64-
name: "🐛 Report a Bug",
64+
name: "🐛 Bug",
6565
title: "🐛 Bug: <short description of the bug>",
6666
}),
6767
"02-documentation.yml": formatYaml({
@@ -154,7 +154,7 @@ export function createDotGitHubIssueTemplate({
154154
description:
155155
"Request that a new feature be added or an existing feature improved",
156156
labels: ["type: feature"],
157-
name: "🚀 Request a Feature",
157+
name: "🚀 Feature",
158158
title: "🚀 Feature: <short description of the feature>",
159159
}),
160160
"04-tooling.yml": formatYaml({

0 commit comments

Comments
 (0)