From 4c425c2534c60fd0a12a47e1e431e98f7eb7d418 Mon Sep 17 00:00:00 2001 From: Galigar Date: Sat, 27 Dec 2025 08:16:44 +0100 Subject: [PATCH] chore: configure issue chooser links Disable blank issues and point users to docs/Discord. --- .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..f5074b62 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Base Discord (node-operators) + url: https://discord.gg/base + about: Ask questions and get help in the node-operators channel. + - name: Base docs (Node Operators) + url: https://docs.base.org/ + about: Official documentation for running a Base node.