Skip to content

Commit

Permalink
Merge pull request #449 from Esri/azizaparveen-BugTemplateYaml
Browse files Browse the repository at this point in the history
Create BUG.yml
  • Loading branch information
azizaparveen authored Dec 6, 2023
2 parents 286ea68 + 8cbfcc3 commit abb01d9
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Bug
description: Report a bug in a product
labels: ["1-BUG"]
body:
- type: textarea
id: describe
attributes:
label: Describe the bug
description: A clear description of the issue (optionally include before/after screenshots/GIFs).
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What you expected instead, and why?
validations:
required: true
- type: textarea
id: sample
attributes:
label: Reproduction Steps & Sample
description: |
Provide clear, numbered steps to reproduce this bug with a sample app and data if needed. Recordings are also helpful. Make sure that web maps, web scenes, portal items, services and other resources used to reproduce this bug are accessible.
placeholder: |
Link to web map/app:
1. Go to '...'
2. Click on '...'
3. ...
validations:
required: true
- 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

0 comments on commit abb01d9

Please sign in to comment.