chore: update issue template

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2025-01-08 22:52:30 +01:00
parent 46f3892696
commit b9c9cd9e1c

View File

@@ -42,6 +42,21 @@ body:
4. See error... 4. See error...
validations: validations:
required: false required: false
- type: input
id: link
attributes:
label: Minimal reproduction of the issue with CodeSandbox
description: |
Please provide a link to a CodeSandbox that shows the issue, this helps immensely in debugging.
You can use one of the following Vue Flow codesandbox starters:
- js: https://new.vueflow.dev/js
- ts: https://new.vueflow.dev/ts
Avoid too many dependencies in your example and try to reproduce the issue as minimal as possible.
placeholder: https://codesandbox.io/s/...
validations:
required: false
- type: textarea - type: textarea
attributes: attributes:
label: Relevant log output label: Relevant log output