Skip to content

Commit

Permalink
Create 20_feature_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
p0loskun authored Apr 29, 2024
1 parent 18d90c5 commit b6982cc
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/20_feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: "💡 Feature request"
description: "Suggest an idea for this project"
title: "[FR]: "
labels: [ "enhancement" ]
body:
- type: markdown
attributes:
value: "Please search [here](https://github.com/MinersStudios/WhoMine/issues/labels/enhancement) to see if there is already an issue related to the function you're requesting."

- type: textarea
attributes:
label: "Is your feature request related to a problem?"
description: "A clear and concise description of what the problem is."
placeholder: "I am trying to do [...] but [...]"
validations:
required: false

- type: textarea
attributes:
label: "Describe the solution you'd like"
description: |
A clear and concise description of what you want to happen. Include any alternative solutions you've considered.
validations:
required: true

- type: textarea
attributes:
label: "Additional context"
description: |
Add any other context or screenshots about the feature request here.
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false

- type: checkboxes
attributes:
label: "Acknowledgements"
description: "Your issue will be closed if you haven't done these steps."
options:
- label: "I have searched the existing issues and this is a new issue and not a duplicate of any another open issue."
required: true
- label: "I have written a short but informative title."
required: true
- label: "I have filled out all of the requested information in this issue properly."
required: true

0 comments on commit b6982cc

Please sign in to comment.