From ea5de27b6c66fe4f4a4c6513887d0fe5a1cd8bff Mon Sep 17 00:00:00 2001 From: "Sean (ANGRYxScotsman)" <36518683+seanh1995@users.noreply.github.com> Date: Mon, 10 Aug 2026 15:48:43 +0100 Subject: [PATCH] Update issue templates with prefilled titles (#4960) * Prefill title on bug report issue template * Prefill title on feature request issue template * Trim trailing space from issue template titles --- .github/ISSUE_TEMPLATE/bug_report.yaml | 1 + .github/ISSUE_TEMPLATE/feature_request.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 50d34a68..ace33293 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,5 +1,6 @@ name: "Bug report" description: "Report a bug to help us identify and fix issues in the project." +title: "[Bug Report] - " labels: ["bug"] body: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 8e02cd72..205fe58c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,5 +1,6 @@ name: "Feature request" description: "Suggest a new feature or improvement for the project." +title: "[Feature Request] - " labels: ["enhancement"] body: