Skip to content

Commit ef3f644

Browse files
authored
Add feature request template (#103)
1 parent 408e8e1 commit ef3f644

File tree

2 files changed

+34
-4
lines changed

2 files changed

+34
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 8 additions & 4 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:
@@ -36,14 +35,19 @@ body:
3635
- type: input
3736
attributes:
3837
label: What version of `@shopify/checkout-sheet-kit` are you using?
39-
description: Please list the package version and device you are testing with.
38+
description:
39+
Please list the package version and device you are testing with.
4040
validations:
4141
required: true
4242

4343
- type: textarea
4444
attributes:
4545
label: Do you have reproducible example code?
46-
description: (Optional) Please demonstrate how you're encountering this error by sharing the mutation you are using to create the Checkout URL as well as the code to present the checkout. This will help us debug the issue more quickly.
46+
description:
47+
(Optional) Please demonstrate how you're encountering this error by
48+
sharing the mutation you are using to create the Checkout URL as well as
49+
the code to present the checkout. This will help us debug the issue more
50+
quickly.
4751
validations:
4852
required: false
4953

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: 💡 Feature Request
2+
description:
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:
18+
A detailed description of the feature or enhancement you'd like to see.
19+
validations:
20+
required: true
21+
- type: textarea
22+
attributes:
23+
label: Rationale
24+
description: Explain the benefits of this feature.
25+
validations:
26+
required: true

0 commit comments

Comments
 (0)