Skip to content

Commit

Permalink
chore(project): update issue template stackblitz repro template links (
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones authored Dec 11, 2024
1 parent a022b9a commit 93f86d1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/ACCESSIBILITY_ISSUE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,8 @@ body:
id: example-url
attributes:
label: Reproduction/example
description:
'Use our
[template](https://stackblitz.com/github/carbon-design-system/carbon/tree/main/examples/vite?file=src%2FApp.jsx)
to re-create the issue'
description: |
Re-create the issue using Stackblitz. We have templates for [`@carbon/react`](https://stackblitz.com/github/carbon-design-system/sandboxes/tree/main/react/latest/react-19-vite/?preset=node=), [`@carbon/react` with TypeScript](https://stackblitz.com/github/carbon-design-system/sandboxes/tree/main/react/latest/react-19-vite-ts/?preset=node=), or [`@carbon/web-components`](https://stackblitz.com/github/carbon-design-system/carbon/tree/main/packages/web-components/examples/components/button?file=src%2Findex.js)
validations:
required: true
- type: textarea
Expand Down
22 changes: 13 additions & 9 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,12 @@ body:
placeholder: What did you see? What did you expect to see?
validations:
required: true
validations:
required: true
- type: input
id: example-url
attributes:
label: Reproduction/example
description: |
Re-create the issue using [CodeSandbox](https://codesandbox.io/) or [Stackblitz](https://stackblitz.com). We have templates for [@carbon/react](https://stackblitz.com/github/carbon-design-system/carbon/tree/main/examples/vite?file=src%2FApp.jsx), [@carbon/styles](https://codesandbox.io/s/github/carbon-design-system/carbon/tree/v11.2.0/examples/codesandbox-styles), and [carbon-components-react](https://codesandbox.io/s/github/carbon-design-system/carbon/tree/v10/packages/react/examples/codesandbox)
Re-create the issue using Stackblitz. We have templates for [`@carbon/react`](https://stackblitz.com/github/carbon-design-system/sandboxes/tree/main/react/latest/react-19-vite/?preset=node=), [`@carbon/react` with TypeScript](https://stackblitz.com/github/carbon-design-system/sandboxes/tree/main/react/latest/react-19-vite-ts/?preset=node=), or [`@carbon/web-components`](https://stackblitz.com/github/carbon-design-system/carbon/tree/main/packages/web-components/examples/components/button?file=src%2Findex.js)
validations:
required: true
- type: textarea
Expand All @@ -96,17 +94,23 @@ body:
attributes:
label: Suggested Severity
description:
'Read more to understand our [severity levels](https://github.com/carbon-design-system/carbon/blob/main/docs/guides/support.md#severity)'
'Read more to understand our [severity
levels](https://github.com/carbon-design-system/carbon/blob/main/docs/guides/support.md#severity)'
options:
- 'Severity 1 = Must be fixed ASAP. The response must be swift. Someone from the team must drop all current work and be immediately reassigned to address the issue.'
- 'Severity 2 = User cannot complete task, and/or no workaround within the user experience of a given component.'
- 'Severity 3 = User can complete task, and/or has a workaround within the user experience of a given component.'
- 'Severity 4 = Unrelated to a user task, has a workaround or does not need a workaround.'
- 'Severity 1 = Must be fixed ASAP. The response must be swift. Someone
from the team must drop all current work and be immediately reassigned
to address the issue.'
- 'Severity 2 = User cannot complete task, and/or no workaround within
the user experience of a given component.'
- 'Severity 3 = User can complete task, and/or has a workaround within
the user experience of a given component.'
- 'Severity 4 = Unrelated to a user task, has a workaround or does not
need a workaround.'
- type: input
id: application
attributes:
label: Application/PAL
description: "What application and/or PAL do you work on?"
description: 'What application and/or PAL do you work on?'
- type: checkboxes
id: terms
attributes:
Expand Down

0 comments on commit 93f86d1

Please sign in to comment.