Skip to content

Latest commit

 

History

History
100 lines (67 loc) · 2.11 KB

File metadata and controls

100 lines (67 loc) · 2.11 KB

Pull Request

📋 Choose Specialized Template

We now offer specialized templates for different types of PRs to help you fill out the information faster:

How to use?

  • When creating a PR, add ?template=backend.md or other template name to the URL
  • Or simply copy and paste the content from the corresponding template

💡 Tip: Recommended PR title format type(scope): description Example: 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 dev branch
  • No merge conflicts

📚 Additional Notes


By submitting this PR, I confirm:


🌟 Thank you for your contribution!