-
Notifications
You must be signed in to change notification settings - Fork 82
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
1 parent
5995b4c
commit 0ddc8d7
Showing
1 changed file
with
34 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,34 @@ | ||
name: Enhancement request | ||
description: Improve an already-existing feature | ||
title: "[ENHANCEMENT] <description>" | ||
labels: [enhancement] | ||
body: | ||
- type: textarea | ||
id: current_behavior | ||
attributes: | ||
label: "Describe the current behavior of what you're trying to improve. If your enhancement request related to a problem, please also describe the problem." | ||
description: "A clear and concise description of the current behavior and problem." | ||
placeholder: "Ex. I'm always frustrated when [...]" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: "Describe the improvement you'd like" | ||
description: "A clear and concise description of what you want to happen." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: "Describe alternatives you've considered" | ||
description: "A clear and concise description of any alternative solutions or features you've considered." | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: additional_context | ||
attributes: | ||
label: "Additional Context" | ||
description: "Add any other context or screenshots about the feature request here." | ||
validations: | ||
required: false |