-
Notifications
You must be signed in to change notification settings - Fork 8
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 #450 from Esri/azizaparveen-EnhTemplateyaml
Create ENH.yml
- Loading branch information
Showing
1 changed file
with
36 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,36 @@ | ||
name: Enhancement | ||
description: Request an enhancement or a new feature in a product. | ||
labels: ["2-ENH"] | ||
body: | ||
- type: textarea | ||
id: describe | ||
attributes: | ||
label: Describe requirements | ||
description: Description of what's missing and what you want to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Alternatives | ||
description: Describe any alternative solutions or features you've considered using instead. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: relevant | ||
attributes: | ||
label: Other Relevant Info | ||
description: Browser, OS, mobile, stack traces, related issues, suggestions/resources on how to fix, etc. | ||
placeholder: | | ||
Windows 10, Chrome 97 | ||
`Uncaught TypeError: Cannot read property of undefined` | ||
... | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: impact | ||
attributes: | ||
label: Impact | ||
description: How does the issue effect the user? Can range from minor to blocking or prohibiting workflows. Helps prioritize work. | ||
validations: | ||
required: false |