claude-code-remote-remake/.github/ISSUE_TEMPLATE/bug_report.md

63 lines
1.6 KiB
Markdown

---
name: 🐛 Bug Report
about: Report something that is broken
title: '[BUG] '
labels: 'bug'
---
<!--
🏷️ ISSUE TITLE NAMING RULES:
Format: [BUG] Short clear description of the problem
✅ GOOD EXAMPLES:
- [BUG] Telegram bot not responding to commands
- [BUG] Email notifications fail with SMTP timeout error
- [BUG] LINE webhook returns 401 unauthorized
- [BUG] Desktop notifications not showing on macOS
- [BUG] Installation fails on Windows with Node 18
- [BUG] tmux session detection not working
- [BUG] Hook configuration file not found
❌ BAD EXAMPLES:
- Bug report (no [BUG] prefix)
- [BUG] It doesn't work (too vague)
- Telegram issue (no [BUG] prefix, not descriptive)
- [BUG] Problem (not descriptive enough)
📋 AVAILABLE ISSUE TYPES:
1. 🐛 Bug Report (this template) - Report broken functionality
2. ✨ Feature Request - Request new features
3. ❓ Question - Ask usage questions
4. 🔒 Security Report - Report security vulnerabilities
5. ⚡ Performance Issue - Report performance problems
6. 🔧 Enhancement - Suggest improvements to existing features
7. 💬 Discussion - General discussions and brainstorming
-->
## Bug Type (select one)
- [ ] Installation issue
- [ ] Platform not working (Email/Telegram/LINE)
- [ ] Notification not received
- [ ] Command injection failed
- [ ] Configuration error
## What happened?
<!-- Clear description -->
## Steps to reproduce
1.
2.
3.
## Expected behavior
<!-- What should happen? -->
## Environment
- **Node version**:
- **OS**:
- **Platform**: Email / Telegram / LINE / All
## Error logs
```
paste error here
```