From 6473401fe3042442d11047eef1e134f97c2678ce Mon Sep 17 00:00:00 2001 From: staack Date: Mon, 9 Mar 2026 17:50:25 -0500 Subject: [PATCH] ci: add issue template config --- .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..f184287 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Discussions + url: https://github.com/staack/the-other-dude/discussions + about: Ask questions or share ideas in Discussions instead of opening an issue