Skip to content

Commit

Permalink
Merge pull request #450 from Esri/azizaparveen-EnhTemplateyaml
Browse files Browse the repository at this point in the history
Create ENH.yml
  • Loading branch information
azizaparveen authored Dec 6, 2023
2 parents abb01d9 + 8c76c04 commit 247f6fe
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/ENH.yml
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

0 comments on commit 247f6fe

Please sign in to comment.