Skip to content

Commit

Permalink
Add feature request template (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiftio authored Jul 23, 2024
1 parent 408e8e1 commit ef3f644
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: 🐛 Bug Report
description: Something is wrong with the Checkout Sheet Kit.
labels:
- 'Bug'
labels: ['Bug', 'untriaged']
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -36,14 +35,19 @@ body:
- type: input
attributes:
label: What version of `@shopify/checkout-sheet-kit` are you using?
description: Please list the package version and device you are testing with.
description:
Please list the package version and device you are testing with.
validations:
required: true

- type: textarea
attributes:
label: Do you have reproducible example code?
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.
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.
validations:
required: false

Expand Down
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: 💡 Feature Request
description:
An idea or suggestion for a new feature or enhancement to the Checkout Sheet
Kit
labels: ['Feature-Request', 'untriaged']
body:
- type: markdown
attributes:
value: |
## Hi there!
Please tell us about the new feature or enhancement you'd like to see implemented in the Checkout Sheet Kit.
- type: textarea
attributes:
label: Description
description:
A detailed description of the feature or enhancement you'd like to see.
validations:
required: true
- type: textarea
attributes:
label: Rationale
description: Explain the benefits of this feature.
validations:
required: true

0 comments on commit ef3f644

Please sign in to comment.