From ed66357a886abe0cfb01f1e09083a6781ab20966 Mon Sep 17 00:00:00 2001 From: Romuald Brillout Date: Sun, 27 Oct 2024 18:44:03 +0100 Subject: [PATCH] add issue template --- .github/ISSUE_TEMPLATE/config.yml | 17 +++++++++++++++++ 1 file changed, 17 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..a16fc79e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,17 @@ +blank_issues_enabled: true +contact_links: + - name: "💥 Bug Report" + url: https://github.com/vikejs/vike/issues/new/choose + about: "Report bugs at Vike's main repository instead." + - name: "✨ Feature Request" + url: https://github.com/vikejs/vike/issues/new/choose + about: "Suggest features at Vike's main repository instead." + - name: "🙏 Help & Questions" + url: https://github.com/vikejs/vike/discussions/new?category=help-questions + about: "Get official help from Vike maintainers." + - name: "🗨️ Other" + url: https://github.com/vikejs/vike/discussions/new?category=other + about: "Anything else: ideas, feedback, complaints, appreciation, ..." + - name: "💬 Chit-chat" + url: https://discord.com/invite/hfHhnJyVg8 + about: "Casual conversation with the community."