From 3a0b8b0b37e167a35fc09124628c235c9c2002f6 Mon Sep 17 00:00:00 2001 From: Yasin Date: Thu, 24 Aug 2023 12:09:13 +0200 Subject: add issue templates (#251) --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml (limited to '.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..bd55b806 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Join the Skyblocker Discord server! + url: https://discord.com/invite/aNNJHQykck + about: Get support on our Discord Server \ No newline at end of file -- cgit