Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(project): update issue template stackblitz repro template links #18231

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading