Skip to content

Commit ea5de27

Browse files
authored
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
1 parent 2752fe2 commit ea5de27

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: "Bug report"
22
description: "Report a bug to help us identify and fix issues in the project."
3+
title: "[Bug Report] - <your summary here>"
34
labels: ["bug"]
45

56
body:

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: "Feature request"
22
description: "Suggest a new feature or improvement for the project."
3+
title: "[Feature Request] - <your summary here>"
34
labels: ["enhancement"]
45

56
body:

0 commit comments

Comments
 (0)