Skip to content

Commit

Permalink
Add feature request template (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiftio authored Jul 23, 2024
1 parent 7e2910b commit 19b3b29
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
3 changes: 1 addition & 2 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
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: 💡 Feature Request
about:
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 19b3b29

Please sign in to comment.