mirror of
https://github.com/laoxong/nofx.git
synced 2026-06-07 03:07:56 +08:00
1.5 KiB
1.5 KiB
Pull Request - General
💡 Tip: Recommended PR title format
type(scope): descriptionExample:feat(trader): add new strategy|fix(api): resolve auth issue|docs(readme): update
📝 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
Test details:
✅ Checklist
Code Quality
- Code follows project style
- Self-review completed
- Comments added for complex logic
- No new warnings or errors
Documentation
- Updated relevant documentation
- Added inline comments where necessary
Git
- Commits follow conventional format
- Rebased on latest
devbranch - No merge conflicts
🔒 Security (if applicable)
- No API keys or secrets hardcoded
- User inputs properly validated
- N/A
📚 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!