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" ]