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
This commit is contained in:
Sean (ANGRYxScotsman)
2026-08-10 09:48:43 -05:00
committed by GitHub
parent 2752fe2e03
commit ea5de27b6c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
name: "Bug report" name: "Bug report"
description: "Report a bug to help us identify and fix issues in the project." description: "Report a bug to help us identify and fix issues in the project."
title: "[Bug Report] - <your summary here>"
labels: ["bug"] labels: ["bug"]
body: body:
@@ -1,5 +1,6 @@
name: "Feature request" name: "Feature request"
description: "Suggest a new feature or improvement for the project." description: "Suggest a new feature or improvement for the project."
title: "[Feature Request] - <your summary here>"
labels: ["enhancement"] labels: ["enhancement"]
body: body: