We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f3892 commit b9c9cd9Copy full SHA for b9c9cd9
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -42,6 +42,21 @@ body:
42
4. See error...
43
validations:
44
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
60
- type: textarea
61
attributes:
62
label: Relevant log output
0 commit comments