Skip to content

Commit

Permalink
add feature_request github template
Browse files Browse the repository at this point in the history
  • Loading branch information
mvmike committed Nov 6, 2023
1 parent 5f9db16 commit 9179ab4
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Feature request
description: File a new feature request
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thank you for helping to make mincal better by suggesting a feature. :slightly_smiling_face:
- type: checkboxes
attributes:
label: Checklist
options:
- label: "I made sure that there are *no existing issues* - [open](https://github.com/mvmike/min-cal-widget/issues) or [closed](https://github.com/mvmike/min-cal-widget/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
required: true
- label: "I have taken the time to fill in all the required details. I understand that the feature request could be dismissed otherwise."
required: true
- label: "This issue contains only one feature request."
required: true
- type: textarea
attributes:
label: Describe the feature
description: A clear and concise description of the feature you'd like to have implemented.
validations:
required: true
- type: textarea
attributes:
label: Additional context and screenshots
description: |
Add any other context like screenshots/drawings about the new feature here.
validations:
required: false

0 comments on commit 9179ab4

Please sign in to comment.