# 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 --- ## ๐Ÿ”— 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 `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:** - [ ] 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!**