Skip to content

Commit 10421f5

Browse files
committed
docs: update issue templates with default titles
The bug report and feature request templates within the .github directory have been updated. The title fields, which were initially left empty, now have default titles for more specific identification. This change will help to categorize issues better and facilitate quicker issue resolution.
1 parent 7c6dad2 commit 10421f5

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
name: Bug report
22
description: Create a report to help us improve
33

4-
---
5-
title: ''
64
labels:
75
- bug
86
assignees:
97
- nekofar
108

11-
---
129
body:
1310
- type: textarea
1411
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
name: Feature request
22
description: Suggest an idea for this project
33

4-
---
5-
title: ''
64
labels:
75
- enhancement
86
assignees:
97
- nekofar
108

11-
---
129
body:
1310
- type: textarea
1411
attributes:

0 commit comments

Comments
 (0)