mirror of
https://github.com/Tencent/WeKnora.git
synced 2026-06-04 13:30:32 +08:00
- Convert issue and PR templates to English only for broader reach - Bug report: add Steps to Reproduce, Actual Behavior, WeKnora Version, and Deployment Method as required fields; expand log guide to cover Lite / Desktop / source builds - Feature request: replace user-selected Priority with Impact to reduce severity inflation - PR template: slim down to 6 sections, add Conventional Commits hint in the title, and require `make fmt && make lint && make test` in the checklist
1005 B
1005 B
Description
Type of Change
- 🐛 Bug fix
- ✨ New feature
- 💥 Breaking change
- 📚 Documentation update
- 🎨 Refactor
- ⚡ Performance improvement
- 🧪 Test
- 🔧 Configuration / Build / CI
Related Issue
Fixes #
Testing
Checklist
make fmt && make lint && make testpass locally- Self-reviewed the code
- Added/updated tests covering the change
- Updated related documentation (README,
docs/, Swagger annotations, etc.) - Breaking changes are clearly called out in the description above