From 37d4bdb6edfadb653ed95c5d13ac73325726035b Mon Sep 17 00:00:00 2001 From: dumbmoron Date: Sun, 8 Sep 2024 15:02:33 +0000 Subject: [PATCH] github: disallow blank issues and add discord link --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ 1 file changed, 7 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..dfa685ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +blank_issues_enabled: false +contact_links: + - name: discord community + url: https://discord.gg/pQPt8HBUPu + about: | + ask questions and discuss cobalt with others at any time. + usually faster responses as more people are there to help. \ No newline at end of file