-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #58 from xexyl/enhance
Add enhancement issue template
- Loading branch information
Showing
1 changed file
with
47 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,47 @@ | ||
name: Enhancement | ||
description: Suggest an enhancement | ||
title: "Enhancement: <enhancement title>" | ||
labels: ["enhancement"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: Please search to see if an issue already exists for the feature you're suggesting. | ||
options: | ||
- label: I have searched for existing issues and did not find anything like this | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Describe the enhancement | ||
description: | | ||
Please describe the enhancement and why, as best you can (the more details you provide the better). | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Relevant images, screenshots or other files | ||
description: | | ||
If you have images or other files that will help explain what you're getting at, this can also be **EXTREMELY** helpful. | ||
Tip: you can attach files by clicking the text area to highlight it and then click the link that says paste, drop or click to add files. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Relevant links | ||
description: Please provide us with a list of relevant links, if applicable. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Anything else? | ||
description: | | ||
Do you have any additional context or information? Please let us know! | ||
validations: | ||
required: false | ||
|