Skip to content

Commit 9d8e644

Browse files
committed
chore: calcite package checkbox to a11y, bug, enhancement templates
1 parent 0e1562c commit 9d8e644

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

.github/ISSUE_TEMPLATE/accessibility.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,16 @@ body:
9696
- p2 - want for current milestone
9797
- p1 - need for current milestone
9898
- p0 - emergency
99+
- type: checkboxes
100+
id: packages
101+
attributes:
102+
label: Calcite package
103+
description: Select the relevant [package(s)](https://github.com/Esri/calcite-components/tree/master/packages) related to the request.
104+
options:
105+
- label: Calcite Components
106+
- label: Calcite Components React
107+
validations:
108+
required: false
99109
- type: dropdown
100110
id: esri-team
101111
validations:

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,16 @@ body:
9090
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.
9191
validations:
9292
required: false
93+
- type: checkboxes
94+
id: packages
95+
attributes:
96+
label: Calcite package
97+
description: Select the relevant [package(s)](https://github.com/Esri/calcite-components/tree/master/packages) related to the request.
98+
options:
99+
- label: Calcite Components
100+
- label: Calcite Components React
101+
validations:
102+
required: false
93103
- type: dropdown
94104
id: esri-team
95105
validations:

.github/ISSUE_TEMPLATE/enhancement.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@ body:
5858
- p3 - want for upcoming milestone
5959
- p2 - want for current milestone
6060
- p1 - need for current milestone
61+
- type: checkboxes
62+
id: packages
63+
attributes:
64+
label: Calcite package
65+
description: Select the relevant [package(s)](https://github.com/Esri/calcite-components/tree/master/packages) related to the request.
66+
options:
67+
- label: Calcite Components
68+
- label: Calcite Components React
69+
validations:
70+
required: false
6171
- type: dropdown
6272
id: esri-team
6373
validations:

0 commit comments

Comments
 (0)