Skip to content

Commit b9c9cd9

Browse files
committed
chore: update issue template
Signed-off-by: braks <[email protected]>
1 parent 46f3892 commit b9c9cd9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,21 @@ body:
4242
4. See error...
4343
validations:
4444
required: false
45+
- type: input
46+
id: link
47+
attributes:
48+
label: Minimal reproduction of the issue with CodeSandbox
49+
description: |
50+
Please provide a link to a CodeSandbox that shows the issue, this helps immensely in debugging.
51+
52+
You can use one of the following Vue Flow codesandbox starters:
53+
- js: https://new.vueflow.dev/js
54+
- ts: https://new.vueflow.dev/ts
55+
56+
Avoid too many dependencies in your example and try to reproduce the issue as minimal as possible.
57+
placeholder: https://codesandbox.io/s/...
58+
validations:
59+
required: false
4560
- type: textarea
4661
attributes:
4762
label: Relevant log output

0 commit comments

Comments
 (0)