Merge pull request #900 from Hexastack/improve-github-issues-templates
Some checks failed
Build and Push Docker API Image / build-and-push (push) Has been cancelled
Build and Push Docker Base Image / build-and-push (push) Has been cancelled
Build and Push Docker UI Image / build-and-push (push) Has been cancelled

feat: add github issues config
This commit is contained in:
Yassine 2025-04-21 10:39:42 +01:00 committed by GitHub
commit 5b2bfd0f46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

14
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -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.