From 46bebb37758e2363acc547b4cc7e278953958ada Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Thu, 10 Nov 2022 14:44:50 +0800 Subject: [PATCH] Update issue template --- .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..90eea7c2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: Ask a question or look for help + url: https://github.com/SeaQL/sea-orm/discussions/new?category=q-a + about: Please try to provide sufficient context, snippets to reproduce and error messages (if any). + - name: SeaQL Discord Server + url: https://discord.com/invite/uCPdDXzbdv + about: Join our Discord server to chat with others in the SeaQL community! \ No newline at end of file