From d49bf2705d5a1e66629e6c88fa2fa1df36c9a93c Mon Sep 17 00:00:00 2001 From: auth <64337177+authorisation@users.noreply.github.com> Date: Sun, 18 Jun 2023 16:33:12 +0200 Subject: [PATCH] fix(template): title --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_suggestion.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fa678382..3bb78673 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: "Bug report" description: Report an issue to help the project improve. -title: "bug: - " +title: "bug: <title>" labels: [ "bug" ] diff --git a/.github/ISSUE_TEMPLATE/feature_suggestion.yml b/.github/ISSUE_TEMPLATE/feature_suggestion.yml index 3920dc79..585a5b8f 100644 --- a/.github/ISSUE_TEMPLATE/feature_suggestion.yml +++ b/.github/ISSUE_TEMPLATE/feature_suggestion.yml @@ -1,6 +1,6 @@ name: "Feature suggestion" description: Suggest a new feature to help the project improve. -title: "feat: - <title>" +title: "feat: <title>" labels: [ "enhancement" ]