You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/DISCUSSION_TEMPLATE/help.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,6 @@ body:
8
8
- type: input
9
9
attributes:
10
10
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.
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ body:
32
32
Please add a link to a minimal reproduction.
33
33
Note:
34
34
- 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).
36
36
- Please make sure the example is complete and runnable - e.g. avoid localhost URLs.
37
37
placeholder: |
38
38
e.g. Code Sandbox, Stackblitz, Expo Snack or TypeScript playground
0 commit comments