📋 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
- 🐛 Bug fix
- ✨ New feature
- 💥 Breaking change
- 📝 Documentation update
- 🎨 Code style update
- ♻️ Refactoring
- ⚡ Performance improvement
- ✅ Test update
- 🔧 Build/config change
- 🔒 Security fix
- Closes #
- Related to #
- Tested locally
- Tests pass
- Verified no existing functionality broke
- Code follows project style
- Self-review completed
- Comments added for complex logic
- Updated relevant documentation
- Commits follow conventional format
- Rebased on latest
devbranch - No merge conflicts
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!