From e62c7a99e27d6d7ef710d25f1f40201b51fe0ce5 Mon Sep 17 00:00:00 2001 From: medchedli Date: Mon, 7 Apr 2025 16:50:54 +0100 Subject: [PATCH] feat: add github issues config --- .github/ISSUE_TEMPLATE/config.yml | 14 ++++++++++++++ 1 file changed, 14 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..ca7183f8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: false +contact_links: + - name: ⁉️ Question / Problem + url: https://discord.gg/rNb9t2MFkG + about: Ask support questions and get help from the Hexabot community on Discord. + - name: 💬 Connect with Hexabot Contributors on Discord + url: https://discord.gg/rNb9t2MFkG + about: Join the community discussion, share ideas, or chat with contributors and users on Discord. + - name: 🧩 Discover & publish an Hexabot Extension/Integration + url: https://hexabot.ai/extensions + about: Browse the Hexabot Extension Hub or learn how to publish your own. + - name: 📦 Write your own Hexabot Extension/Integrations + url: https://docs.hexabot.ai/developer-guide/integrations/hexabot-plugin-development + about: Access the developer guide and resources for building your own Hexabot plugins.