59 lines
1.3 KiB
Markdown
59 lines
1.3 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. Create Discussion instead for questions
|
|
-->
|
|
|
|
## 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
|
|
``` |