Skip to content

Commit 106c8d8

Browse files
committed
Update issue templates to include quotes in titles
* Add quotes to the title field in `bug_report.yml` * Add quotes to the title field in `feature_request.yml`
1 parent 68d3d47 commit 106c8d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 🐛 Bug Report
22
description: Report a bug or issue with the project
3-
title: [BUG]:
3+
title: "[BUG]: "
44
labels: [bug]
55
assignees: []
66

.github/ISSUE_TEMPLATE/feature_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ✨ Feature Request
22
description: Suggest a new feature or enhancement for the project
3-
title: [FEATURE]:
3+
title: "[FEATURE]: "
44
labels: [enhancement]
55
assignees: []
66

0 commit comments

Comments
 (0)