mirror of
https://github.com/laoxong/nofx.git
synced 2026-06-04 09:58:22 +08:00
2.1 KiB
2.1 KiB
Pull Request
📋 Choose Specialized Template
We now offer specialized templates for different types of PRs to help you fill out the information faster:
- 🔧 Backend PR Template - For Go/API/Trading changes
- 🎨 Frontend PR Template - For UI/UX changes
- 📝 Documentation PR Template - For documentation updates
- 📦 General PR Template - For mixed or other changes
How to use?
- When creating a PR, add
?template=backend.mdor other template name to the URL- Or simply copy and paste the content from the corresponding template
💡 Tip: Recommended PR title format
type(scope): descriptionExample:feat(trader): add new strategy|fix(api): resolve auth issue
📝 Description
🎯 Type of Change
- 🐛 Bug fix
- ✨ New feature
- 💥 Breaking change
- 📝 Documentation update
- 🎨 Code style update
- ♻️ Refactoring
- ⚡ Performance improvement
- ✅ Test update
- 🔧 Build/config change
- 🔒 Security fix
🔗 Related Issues
- Closes #
- Related to #
📋 Changes Made
🧪 Testing
- Tested locally
- Tests pass
- Verified no existing functionality broke
✅ Checklist
Code Quality
- Code follows project style
- Self-review completed
- Comments added for complex logic
Documentation
- Updated relevant documentation
Git
- Commits follow conventional format
- Rebased on latest
devbranch - No merge conflicts
📚 Additional Notes
By submitting this PR, I confirm:
- I have read the Contributing Guidelines
- I agree to the Code of Conduct
- My contribution is licensed under AGPL-3.0
🌟 Thank you for your contribution!