Skip to content

Commit 19b3b29

Browse files
authored
Add feature request template (#108)
1 parent 7e2910b commit 19b3b29

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: 🐛 Bug Report
22
description: Something is wrong with the Checkout Sheet Kit.
3-
labels:
4-
- 'Bug'
3+
labels: ["Bug", "untriaged"]
54
body:
65
- type: markdown
76
attributes:
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: 💡 Feature Request
2+
about:
3+
An idea or suggestion for a new feature or enhancement to the Checkout Sheet
4+
Kit
5+
labels: ["Feature-Request", "untriaged"]
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
## Hi there!
11+
12+
Please tell us about the new feature or enhancement you'd like to see implemented in the Checkout Sheet Kit.
13+
14+
- type: textarea
15+
attributes:
16+
label: Description
17+
description: A detailed description of the feature or enhancement you'd like to see.
18+
validations:
19+
required: true
20+
- type: textarea
21+
attributes:
22+
label: Rationale
23+
description: Explain the benefits of this feature.
24+
validations:
25+
required: true

0 commit comments

Comments
 (0)