61 lines
1.8 KiB
Markdown
61 lines
1.8 KiB
Markdown
---
|
|
name: 🔧 Enhancement
|
|
about: Suggest improvements to existing features
|
|
title: '[ENHANCEMENT] '
|
|
labels: 'enhancement'
|
|
---
|
|
|
|
<!--
|
|
🏷️ ISSUE TITLE NAMING RULES:
|
|
Format: [ENHANCEMENT] Short description of the enhancement
|
|
|
|
✅ GOOD EXAMPLES:
|
|
- [ENHANCEMENT] Improve error messages for failed notifications
|
|
- [ENHANCEMENT] Add configuration validation on startup
|
|
- [ENHANCEMENT] Better logging for debugging command execution
|
|
- [ENHANCEMENT] Improve Telegram bot command help text
|
|
- [ENHANCEMENT] Add retry mechanism for failed email sends
|
|
- [ENHANCEMENT] Better handling of network timeouts
|
|
- [ENHANCEMENT] Improve notification formatting options
|
|
|
|
❌ BAD EXAMPLES:
|
|
- Enhancement (no [ENHANCEMENT] prefix)
|
|
- [ENHANCEMENT] Better (not specific enough)
|
|
- Improve something (no [ENHANCEMENT] prefix)
|
|
- [ENHANCEMENT] Fix (use [BUG] for fixes)
|
|
|
|
📋 AVAILABLE ISSUE TYPES:
|
|
1. 🐛 Bug Report - 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 (this template) - Suggest improvements to existing features
|
|
7. 💬 Discussion - General discussions and brainstorming
|
|
-->
|
|
|
|
## What feature needs enhancement?
|
|
<!-- Which existing feature should be improved? -->
|
|
|
|
## Current behavior
|
|
<!-- How does it work now? -->
|
|
|
|
## Suggested improvement
|
|
<!-- What should be enhanced and how? -->
|
|
|
|
## Why is this enhancement needed?
|
|
<!-- What problem does this solve? -->
|
|
|
|
## Priority
|
|
- [ ] Nice to have
|
|
- [ ] Would improve user experience
|
|
- [ ] Important for workflow
|
|
- [ ] Critical improvement needed
|
|
|
|
## Implementation suggestions (optional)
|
|
<!-- If you have ideas on how to implement this -->
|
|
|
|
## Environment
|
|
- **Node version**:
|
|
- **OS**:
|
|
- **Platform**: Email / Telegram / LINE / All |