Skip to content

Commit

Permalink
chore: calcite package checkbox to a11y, bug, enhancement templates
Browse files Browse the repository at this point in the history
  • Loading branch information
geospatialem committed Jun 16, 2023
1 parent 0e1562c commit 9d8e644
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/accessibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,16 @@ body:
- p2 - want for current milestone
- p1 - need for current milestone
- p0 - emergency
- type: checkboxes
id: packages
attributes:
label: Calcite package
description: Select the relevant [package(s)](https://github.com/Esri/calcite-components/tree/master/packages) related to the request.
options:
- label: Calcite Components
- label: Calcite Components React
validations:
required: false
- type: dropdown
id: esri-team
validations:
Expand Down
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,16 @@ body:
description: How does the issue effect your team, or your work? Can range from minor to blocking or prohibiting workflows. Helps Calcite Design System team members with prioritization.
validations:
required: false
- type: checkboxes
id: packages
attributes:
label: Calcite package
description: Select the relevant [package(s)](https://github.com/Esri/calcite-components/tree/master/packages) related to the request.
options:
- label: Calcite Components
- label: Calcite Components React
validations:
required: false
- type: dropdown
id: esri-team
validations:
Expand Down
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ body:
- p3 - want for upcoming milestone
- p2 - want for current milestone
- p1 - need for current milestone
- type: checkboxes
id: packages
attributes:
label: Calcite package
description: Select the relevant [package(s)](https://github.com/Esri/calcite-components/tree/master/packages) related to the request.
options:
- label: Calcite Components
- label: Calcite Components React
validations:
required: false
- type: dropdown
id: esri-team
validations:
Expand Down

0 comments on commit 9d8e644

Please sign in to comment.