Skip to content

Commit 9a677ad

Browse files
committed
fix feature request template
1 parent 71062cd commit 9a677ad

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug report
22
description: File a bug report to help improve zk.
3-
title: "[Bug] "
3+
title: "<do not include bug: feat: etc>"
44
labels:
55
- bug
66
body:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
name: "Feature Request"
2-
description: "Suggest a new feature or enhancement for this project."
3-
title: "[Feature] "
1+
name: Feature Request
2+
description: Suggest a new feature or enhancement for this project.
3+
title: "<do not include bug:, feat:, etc>"
44
labels:
55
- feature request
66
body:
77
- type: textarea
88
id: description
99
attributes:
10-
label: Description, Motivation and Use Case
11-
description: Summarise the feature. Why should it be implemented? What problem does it solve? What value does it bring? How would it help users?
12-
10+
label: Description
11+
description:
12+
Describe the feature. Why should it be implemented? What problem does
13+
it solve? What value does it bring? How would it help users?
1314
- type: checkboxes
1415
id: ownership
1516
attributes:

0 commit comments

Comments
 (0)