-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |