From b9c9cd9e1c22f6bb01f90931cddb61d606051f97 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 8 Jan 2025 22:52:30 +0100 Subject: [PATCH] chore: update issue template Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 912b87af..7defc020 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -42,6 +42,21 @@ body: 4. See error... validations: 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 attributes: label: Relevant log output