From 688fb134892592c24838cdc1958f07853047a600 Mon Sep 17 00:00:00 2001 From: marston Date: Fri, 12 Jan 2024 22:12:35 -0500 Subject: [PATCH] fixing issue templates --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 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 0000000..15b3795 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Random Loot Discord + url: https://discord.gg/w7FDgqB + about: Join our discord to discuss new features or to discuss behavior that may not be a bug. \ No newline at end of file