From 0e1562cc9113c33d84d37ae40aab4970641ec6fd Mon Sep 17 00:00:00 2001 From: Kitty Hurley Date: Fri, 16 Jun 2023 14:07:42 -0500 Subject: [PATCH] chore: existing issue required checkbox for a11y, bug and enhancement issue templates --- .github/ISSUE_TEMPLATE/accessibility.yml | 12 ++++++++---- .github/ISSUE_TEMPLATE/bug.yml | 12 ++++++++---- .github/ISSUE_TEMPLATE/enhancement.yml | 12 ++++++++---- 3 files changed, 24 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/accessibility.yml b/.github/ISSUE_TEMPLATE/accessibility.yml index afd747d0858..76c68c72708 100644 --- a/.github/ISSUE_TEMPLATE/accessibility.yml +++ b/.github/ISSUE_TEMPLATE/accessibility.yml @@ -2,11 +2,15 @@ name: Accessibility description: Report an accessibility issue in a component labels: ["a11y", "bug", "0 - new", "p - high", "needs triage"] body: - - type: markdown + - type: checkboxes + id: existing-issues attributes: - value: | - - Please [check for existing issues](https://github.com/Esri/calcite-components/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/) + label: Check existing issues + description: 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/). + options: + - label: I have [checked for existing issues](https://github.com/Esri/calcite-components/issues) to avoid duplicates + validations: + required: true - type: textarea id: summary attributes: diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 2bdbc148570..5a86aeb1680 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -2,11 +2,15 @@ name: Bug description: Report a bug in a component labels: ["bug", "0 - new", "needs triage"] body: - - type: markdown + - type: checkboxes + id: existing-issues attributes: - value: | - - Please [check for existing issues](https://github.com/Esri/calcite-components/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/). + label: Check existing issues + description: 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/). + options: + - label: I have [checked for existing issues](https://github.com/Esri/calcite-components/issues) to avoid duplicates + validations: + required: true - type: textarea id: actual attributes: diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 484fbe335bf..591bb201b31 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -2,11 +2,15 @@ name: Enhancement description: Request for a feature to be added to an existing component labels: ["enhancement", "0 - new", "needs triage"] body: - - type: markdown + - type: checkboxes + id: existing-issues attributes: - value: | - - Please [check for existing issues](https://github.com/Esri/calcite-components/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/). + label: Check existing issues + description: 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/). + options: + - label: I have [checked for existing issues](https://github.com/Esri/calcite-components/issues) to avoid duplicates + validations: + required: true - type: textarea id: description attributes: