Skip to content

Commit

Permalink
chore: existing issue required checkbox for a11y, bug and enhancement…
Browse files Browse the repository at this point in the history
… issue templates
  • Loading branch information
geospatialem committed Jun 16, 2023
1 parent 91cd4e3 commit 0e1562c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 12 deletions.
12 changes: 8 additions & 4 deletions .github/ISSUE_TEMPLATE/accessibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 8 additions & 4 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 8 additions & 4 deletions .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0e1562c

Please sign in to comment.