Skip to content

Commit

Permalink
chore: adds priority context to tooling issue template (#9370)
Browse files Browse the repository at this point in the history
**Related Issue:**
#9258

## Summary
Adds a priority option to the tooling issue template, which will add a
priority label upon creation. Sets the default priority to `p - low`.
  • Loading branch information
geospatialem committed May 20, 2024
1 parent 96bdfa6 commit 802a953
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/tooling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ body:
value: |
- Please [check for existing issues](https://github.com/Esri/calcite-design-system/issues) to avoid duplicates. If someone has already opened an issue for what you are experiencing, please add a 👍 reaction to the existing issue instead of creating a new one.
- For support, please check the [community forum](https://developers.arcgis.com/calcite-design-system/community/).
- type: dropdown
id: priority-impact
validations:
required: true
attributes:
label: Priority impact
multiple: false
description: What is the impact of the requested improvement? If the need is blocking release, the priority may be high, where a new improvement may have a low or medium priority.
options:
- p - low
- p - medium
- p - high
- type: textarea
id: summary
attributes:
Expand Down

0 comments on commit 802a953

Please sign in to comment.