diff --git a/.github/ISSUE_TEMPLATE/01-bug.yml b/.github/ISSUE_TEMPLATE/01-bug.yml index 19b65c2c9..179e277f5 100644 --- a/.github/ISSUE_TEMPLATE/01-bug.yml +++ b/.github/ISSUE_TEMPLATE/01-bug.yml @@ -29,5 +29,5 @@ body: description: Report a bug trying to run the code labels: - "type: bug" -name: 🐛 Report a Bug +name: 🐛 Bug title: "🐛 Bug: " diff --git a/.github/ISSUE_TEMPLATE/03-feature.yml b/.github/ISSUE_TEMPLATE/03-feature.yml index ed031db16..cef1bc25e 100644 --- a/.github/ISSUE_TEMPLATE/03-feature.yml +++ b/.github/ISSUE_TEMPLATE/03-feature.yml @@ -23,5 +23,5 @@ body: description: Request that a new feature be added or an existing feature improved labels: - "type: feature" -name: 🚀 Request a Feature +name: 🚀 Feature title: "🚀 Feature: " diff --git a/src/steps/writing/creation/dotGitHub/issueTemplate.ts b/src/steps/writing/creation/dotGitHub/issueTemplate.ts index 343e1eb29..a034aec89 100644 --- a/src/steps/writing/creation/dotGitHub/issueTemplate.ts +++ b/src/steps/writing/creation/dotGitHub/issueTemplate.ts @@ -61,7 +61,7 @@ export function createDotGitHubIssueTemplate({ ], description: "Report a bug trying to run the code", labels: ["type: bug"], - name: "🐛 Report a Bug", + name: "🐛 Bug", title: "🐛 Bug: ", }), "02-documentation.yml": formatYaml({ @@ -154,7 +154,7 @@ export function createDotGitHubIssueTemplate({ description: "Request that a new feature be added or an existing feature improved", labels: ["type: feature"], - name: "🚀 Request a Feature", + name: "🚀 Feature", title: "🚀 Feature: ", }), "04-tooling.yml": formatYaml({