# Pull Request > **๐Ÿ“‹ Choose Specialized Template** > > We now offer specialized templates for different types of PRs to help you fill out the information faster: > > - ๐Ÿ”ง **[Backend PR Template](./PULL_REQUEST_TEMPLATE/backend.md)** - For Go/API/Trading changes > - ๐ŸŽจ **[Frontend PR Template](./PULL_REQUEST_TEMPLATE/frontend.md)** - For UI/UX changes > - ๐Ÿ“ **[Documentation PR Template](./PULL_REQUEST_TEMPLATE/docs.md)** - For documentation updates > - ๐Ÿ“ฆ **[General PR Template](./PULL_REQUEST_TEMPLATE/general.md)** - For mixed or other changes > > **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:** - [ ] 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!**