From 91fc52f4cb48a0b4fd9b5266d5c6905301d93b75 Mon Sep 17 00:00:00 2001 From: Kitty Hurley Date: Mon, 20 Nov 2023 16:22:20 -0600 Subject: [PATCH] chore: add angular package to issue templates (#8225) **Related Issue:** #7860 ## Summary Adds the angular package to our issue templates for: a11y, bugs, enhancements, and refactors. --- .github/ISSUE_TEMPLATE/accessibility.yml | 1 + .github/ISSUE_TEMPLATE/bug.yml | 1 + .github/ISSUE_TEMPLATE/enhancement.yml | 1 + .github/ISSUE_TEMPLATE/refactor.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/accessibility.yml b/.github/ISSUE_TEMPLATE/accessibility.yml index 7638fa0367a..8a4f53634b0 100644 --- a/.github/ISSUE_TEMPLATE/accessibility.yml +++ b/.github/ISSUE_TEMPLATE/accessibility.yml @@ -103,6 +103,7 @@ body: description: Select the relevant [package(s)](https://github.com/Esri/calcite-design-system/tree/main/packages) related to the request. options: - label: "@esri/calcite-components" + - label: "@esri/calcite-components-angular" - label: "@esri/calcite-components-react" - label: "@esri/calcite-design-tokens" - label: "@esri/eslint-plugin-calcite-components" diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 5cce77d1a46..2d85dc44e3c 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -97,6 +97,7 @@ body: description: Select the relevant [package(s)](https://github.com/Esri/calcite-design-system/tree/main/packages) related to the request. options: - label: "@esri/calcite-components" + - label: "@esri/calcite-components-angular" - label: "@esri/calcite-components-react" - label: "@esri/calcite-design-tokens" - label: "@esri/eslint-plugin-calcite-components" diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 7ba468079c1..152527fc2f8 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -65,6 +65,7 @@ body: description: Select the relevant [package(s)](https://github.com/Esri/calcite-design-system/tree/main/packages) related to the request. options: - label: "@esri/calcite-components" + - label: "@esri/calcite-components-angular" - label: "@esri/calcite-components-react" - label: "@esri/calcite-design-tokens" - label: "@esri/eslint-plugin-calcite-components" diff --git a/.github/ISSUE_TEMPLATE/refactor.yml b/.github/ISSUE_TEMPLATE/refactor.yml index 0020933a4ab..d6a17722086 100644 --- a/.github/ISSUE_TEMPLATE/refactor.yml +++ b/.github/ISSUE_TEMPLATE/refactor.yml @@ -41,6 +41,7 @@ body: description: Select the relevant [package(s)](https://github.com/Esri/calcite-design-system/tree/main/packages) related to the request. options: - label: "@esri/calcite-components" + - label: "@esri/calcite-components-angular" - label: "@esri/calcite-components-react" - label: "@esri/calcite-design-tokens" - label: "@esri/eslint-plugin-calcite-components"