Files
2026-01-12 22:06:17 -06:00

1.5 KiB

Pull Request - General

💡 Tip: Recommended PR title format type(scope): description Example: 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

  • 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 dev branch
  • 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:


🌟 Thank you for your contribution!