diff --git a/.github/ISSUE_TEMPLATE/accessibility.yml b/.github/ISSUE_TEMPLATE/accessibility.yml index 76c68c72708..b8bc28efe75 100644 --- a/.github/ISSUE_TEMPLATE/accessibility.yml +++ b/.github/ISSUE_TEMPLATE/accessibility.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 5a86aeb1680..9598629e5ba 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 591bb201b31..418450cfca5 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -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: