title: "[PR]: Brief description" labels: ["enhancement"] assignees: 'your-username'
Pull Request
Description
Please clearly and accurately describe the intent and changes of this Pull Request.
Change Type
Please select the type of changes introduced:
- 🐛 Bug fix
- ✨ New feature
- 💄 Code style update (formatting, local variables)
- ♻️ Refactoring (code changes that neither fix bugs nor add features)
- 📦 Build process or auxiliary tool changes
- 📝 Documentation update
Related Issues
How to Test
Describe the steps and prerequisites for testing this change: 1. 2.
Checklist
- My code follows the project's code style
- I have self-tested my code
- I have updated relevant documentation
- I used appropriate type labels in the title (such as:
feat:,fix:) - I have carefully read the contributing guide (CONTRIBUTING.md) and followed all its rules, including but not limited to commit message format, invalid commit merging, and so on
Additional Information
Add any other information about this PR here.