# Pull Request - Backend > **๐Ÿ’ก 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 - [ ] โ™ป๏ธ Refactoring - [ ] โšก Performance improvement - [ ] ๐Ÿ”’ Security fix - [ ] ๐Ÿ”ง Build/config change --- ## ๐Ÿ”— Related Issues - Closes # - Related to # --- ## ๐Ÿ“‹ Changes Made - - --- ## ๐Ÿงช Testing ### Test Environment - **OS:** - **Go Version:** - **Exchange:** [if applicable] ### Manual Testing - [ ] Tested locally - [ ] Tested on testnet (for exchange integration) - [ ] Unit tests pass - [ ] Verified no existing functionality broke ### Test Results ``` Test output here ``` --- ## ๐Ÿ”’ Security Considerations - [ ] No API keys or secrets hardcoded - [ ] User inputs properly validated - [ ] No SQL injection vulnerabilities - [ ] Authentication/authorization properly handled - [ ] Sensitive data is encrypted - [ ] N/A (not security-related) --- ## โšก Performance Impact - [ ] No significant performance impact - [ ] Performance improved - [ ] Performance may be impacted (explain below) **If impacted, explain:** --- ## โœ… Checklist ### Code Quality - [ ] Code follows project style - [ ] Self-review completed - [ ] Comments added for complex logic - [ ] Code compiles successfully (`go build`) - [ ] Ran `go fmt` ### Documentation - [ ] Updated relevant documentation - [ ] Added inline comments where necessary - [ ] Updated API documentation (if applicable) ### Git - [ ] Commits follow conventional format - [ ] Rebased on latest `dev` branch - [ ] No merge conflicts --- ## ๐Ÿ“š Additional Notes --- **By submitting this PR, I confirm:** - [ ] I have read the [Contributing Guidelines](../../CONTRIBUTING.md) - [ ] I agree to the [Code of Conduct](../../CODE_OF_CONDUCT.md) - [ ] My contribution is licensed under AGPL-3.0 --- ๐ŸŒŸ **Thank you for your contribution!**