Skip to content

Commit

Permalink
chore: updating repro links
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn committed Apr 30, 2024
1 parent 42cfda5 commit 48f452e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/DISCUSSION_TEMPLATE/help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ body:
- type: input
attributes:
label: Example
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.
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.
validations:
required: false
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ body:
Please add a link to a minimal reproduction.
Note:
- Please keep your example as simple and reproduceable as possible, try leaving out dependencies that are not required for reproduction.
- To create a shareable code example for web, you can use Stackblitz (https://stackblitz.com/edit/sqs-consumer-starter).
- 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).
- Please make sure the example is complete and runnable - e.g. avoid localhost URLs.
placeholder: |
e.g. Code Sandbox, Stackblitz, Expo Snack or TypeScript playground
Expand Down

0 comments on commit 48f452e

Please sign in to comment.