mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-09 01:49:37 -06:00
- Configure Husky with pre-commit and pre-push hooks - Add commitlint for conventional commit validation - Create comprehensive security policy (SECURITY.md) - Add GitHub Actions for security scanning and dependency review - Create PR and issue templates for better collaboration - Add Canny.io references for community feedback - Fix path traversal vulnerability in /assets endpoint - Create MySQL schema sync analysis tools
1.6 KiB
1.6 KiB
📋 Description
🔗 Related Issue
Closes #(issue_number)
🧪 Type of Change
- 🐛 Bug fix (non-breaking change which fixes an issue)
- ✨ New feature (non-breaking change which adds functionality)
- 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
- 📚 Documentation update
- 🔧 Refactoring (no functional changes)
- ⚡ Performance improvement
- 🧹 Code cleanup
- 🔒 Security fix
🧪 Testing
- Manual testing completed
- Functionality verified in development environment
- No breaking changes introduced
- Tested with different connection types (if applicable)
📸 Screenshots (if applicable)
✅ Checklist
- My code follows the project's style guidelines
- I have performed a self-review of my code
- I have commented my code, particularly in hard-to-understand areas
- I have made corresponding changes to the documentation
- My changes generate no new warnings
- I have manually tested my changes thoroughly
- I have verified the changes work with different scenarios
- Any dependent changes have been merged and published