diff --git a/.github/ISSUE_TEMPLATE/ai-triage.yml b/.github/ISSUE_TEMPLATE/ai-triage.yml new file mode 100644 index 000000000..1df5950d9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ai-triage.yml @@ -0,0 +1,70 @@ +name: 🔥 Get AI Help +description: Bug, question, or feedback - our AI triage system will help within 30 minutes +labels: [ 'claude-triage' ] +body: + - type: markdown + attributes: + value: | + Thanks for opening an issue! Our AI triage system will analyze your issue and provide solutions. + + **What happens next:** + - AI searches the codebase and documentation + - You get a response typically within 30 minutes + - The issue gets labeled and routed appropriately + + - type: textarea + attributes: + label: What's happening? + description: Describe the issue, question, or feedback. Be as detailed as you can. + placeholder: | + Example: "When I try to use Beam with Anthropic models, the rays don't appear..." + Example: "How do I configure multiple API keys for the same provider?" + Example: "The chat export feature could be improved by..." + validations: + required: true + + - type: dropdown + attributes: + label: Where does this happen? + description: If this is a bug or issue, where are you experiencing it? + options: + - Big-AGI Pro (big-agi.com) + - Self-deployed from GitHub + - Docker deployment + - Local development + - Not applicable (question/feedback) + - Other + validations: + required: false + + - type: dropdown + attributes: + label: Impact on your workflow + description: How does this affect your use of Big-AGI? + options: + - Blocking - Can't use Big-AGI + - High - Major feature broken + - Medium - Workaround exists + - Low - Minor inconvenience + - None - Just a question/suggestion + validations: + required: false + + - type: textarea + attributes: + label: Environment (if applicable) + description: Device, OS, browser - only if reporting a bug + placeholder: | + Device: Macbook Pro M3 + OS: macOS 15.2 + Browser: Chrome 131 + validations: + required: false + + - type: textarea + attributes: + label: Additional context + description: Screenshots, error messages, or anything else that helps + placeholder: Paste screenshots or error messages here + validations: + required: false diff --git a/README.md b/README.md index 93528ac4b..8a0e44050 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-A8E6CF?style=for-the-badge&labelColor=000)](https://opensource.org/licenses/MIT)
-[![Open an Issue](https://img.shields.io/badge/Open_Issue-AI_Will_Help-ff8c00?style=for-the-badge&logo=fireship&logoColor=fff&labelColor=8b0000)](https://github.com/enricoros/big-agi/issues/new) +[![Open an Issue](https://img.shields.io/badge/Open_Issue-AI_Will_Help-ff8c00?style=for-the-badge&logo=fireship&logoColor=fff&labelColor=8b0000)](https://github.com/enricoros/big-agi/issues/new?template=ai-triage.yml) [//]: # ([![Uptime Robot ratio (30 days)](https://img.shields.io/uptimerobot/ratio/m801796948-868b22ed7ceaa0acac4dc765?style=for-the-badge&labelColor=000&color=green)](https://stats.uptimerobot.com/59MXcnmjrM)) [//]: # ([![Open Version](https://img.shields.io/github/v/release/enricoros/big-AGI?label=Open+Release&style=flat-square&logo=github&logoColor=white&labelColor=000)](https://github.com/enricoros/big-AGI/releases/latest)) @@ -363,7 +363,8 @@ Or use the hosted version at [big-agi.com](https://big-agi.com) with your API ke When you open an issue, our custom AI triage system (powered by [Claude Code](https://github.com/anthropics/claude-code-action) with Big-AGI architecture documentation) analyzes it, searches the codebase, and provides solutions - typically within 30 minutes. We've trained the system on our modules and subsystems so it handles most issues effectively. Your feedback drives development! -[![Open an Issue](https://img.shields.io/badge/Open_Issue-AI_Will_Help-ff8c00?style=for-the-badge&logo=fireship&logoColor=fff&labelColor=8b0000)](https://github.com/enricoros/big-agi/issues/new) +[![Open an Issue](https://img.shields.io/badge/Open_Issue-AI_Will_Help-ff8c00?style=for-the-badge&logo=fireship&logoColor=fff&labelColor=8b0000)](https://github.com/enricoros/big-agi/issues/new?template=ai-triage.yml) +[![Request Feature](https://img.shields.io/badge/Request_Feature-Roadmap_Idea-orange?style=for-the-badge&logo=lightbulb&logoColor=white)](https://github.com/enricoros/big-agi/issues/new?&template=roadmap-request.md) [![Good First Issues](https://img.shields.io/badge/Good_First_Issues-Start-blue?style=for-the-badge&logo=github&logoColor=white)](https://github.com/users/enricoros/projects/4/views/4) [![Customization](https://img.shields.io/badge/Fork_&_Customize-Your_Own-purple?style=for-the-badge&logo=git&logoColor=white)](docs/customizations.md)