From fd07402c78c017039f86482366eb78722c5fa52f Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sat, 8 Oct 2022 00:26:39 +0200 Subject: [PATCH] chore: add issue templates config.yml --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..9fef7c95 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: ✨ Feature Request + url: https://github.com/bcakmakoglu/vue-flow/discussions/new + about: Have an idea for a new feature? Share it here! + - name: ❓ Ask a Question + url: https://github.com/bcakmakoglu/vue-flow/discussions/new + about: If you have any questions about how to do something with Vue Flow, ask it here.