Skip to content

Commit

Permalink
Merge pull request #6480 from Sage/issue-template-update-csb
Browse files Browse the repository at this point in the history
chore: update issue templates with typescript codesandbox links
  • Loading branch information
robinzigmond authored Dec 8, 2023
2 parents 4b94d2f + 34ae5b0 commit 287bc02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body:
attributes:
value: |
### ⚠️ This bug report is public
Please create a reproducible example using this [CodeSandbox template](https://codesandbox.io/s/carbon-quickstart-j5pb2).
Please create a reproducible example using one of our Codesandbox templates, using [Typescript](https://codesandbox.io/p/sandbox/carbon-quickstart-typescript-6sjfuz) or [Javascript](https://codesandbox.io/p/sandbox/carbon-quickstart-j5pb2)
Please do not include any confidential or commercially sensitive information.
---
Expand All @@ -34,7 +34,7 @@ body:
attributes:
label: CodeSandbox or Storybook URL
description: >-
Please fork [this template](https://codesandbox.io/s/carbon-quickstart-j5pb2), and ensure you save your changes.
Please fork one of our templates ([Typescript](https://codesandbox.io/p/sandbox/carbon-quickstart-typescript-6sjfuz) or [Javascript](https://codesandbox.io/s/carbon-quickstart-j5pb2)), and ensure you save your changes.
Alternatively, if your issue relates to [Storybook](https://carbon.sage.com) please link to the story.
placeholder: https://codesandbox.io/s/carbon-quickstart-j5pb2
validations:
Expand Down
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ body:
label: Desired behaviour
description: |
Please give a clear and concise description of the desired behaviour.
If applicable, add screenshots or screen recording of a [CodeSandbox](https://codesandbox.io/s/carbon-quickstart-j5pb2) to help explain the request. You can paste these directly into GitHub.
If applicable, add screenshots or screen recording of a CodeSandbox to help explain the request. You can paste these directly into GitHub.
We provide Codesandbox templates with Carbon and dependencies pre-loaded, using either [Typescript](https://codesandbox.io/p/sandbox/carbon-quickstart-typescript-6sjfuz) or [Javascript](https://codesandbox.io/p/sandbox/carbon-quickstart-j5pb2).
validations:
required: true
- type: textarea
Expand All @@ -39,7 +40,7 @@ body:
attributes:
label: CodeSandbox or Storybook URL
description: >-
Please fork [this template](https://codesandbox.io/s/carbon-quickstart-j5pb2), and ensure you save your changes.
Please fork one of our templates ([Typescript](https://codesandbox.io/p/sandbox/carbon-quickstart-typescript-6sjfuz) or [Javascript](https://codesandbox.io/s/carbon-quickstart-j5pb2)), and ensure you save your changes.
Alternatively, if your issue relates to [Storybook](https://carbon.sage.com) please link to the story.
placeholder: https://codesandbox.io/s/carbon-quickstart-j5pb2
validations:
Expand Down

0 comments on commit 287bc02

Please sign in to comment.