Skip to content

Commit 48f452e

Browse files
committedApr 30, 2024··
chore: updating repro links
1 parent 42cfda5 commit 48f452e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/DISCUSSION_TEMPLATE/help.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ body:
88
- type: input
99
attributes:
1010
label: Example
11-
description: A link to a minimal reproduction is helpful for debugging! You can fork [this stackblitz setup](https://stackblitz.com/edit/sqs-consumer-starter) to get a reproduction setup quickly.
11+
description: A link to a minimal reproduction is helpful for debugging! You can use one of our [existing examples](https://github.com/bbc/sqs-consumer-starter/tree/main/examples) to get a reproduction setup quickly.
1212
validations:
1313
required: false

‎.github/ISSUE_TEMPLATE/bug-report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ body:
3232
Please add a link to a minimal reproduction.
3333
Note:
3434
- Please keep your example as simple and reproduceable as possible, try leaving out dependencies that are not required for reproduction.
35-
- To create a shareable code example for web, you can use Stackblitz (https://stackblitz.com/edit/sqs-consumer-starter).
35+
- To create a shareable code example for web, you can use one of our existing examples: (https://github.com/bbc/sqs-consumer-starter/tree/main/examples).
3636
- Please make sure the example is complete and runnable - e.g. avoid localhost URLs.
3737
placeholder: |
3838
e.g. Code Sandbox, Stackblitz, Expo Snack or TypeScript playground

0 commit comments

Comments
 (0)
Please sign in to comment.