- Use prefixes:
feature/,bugfix/, orhotfix/(e.g.,feature/add-payment-gateway).
- Prefix with
[Feature],[Bugfix], or[Hotfix](e.g.,[Bugfix] Fix broken API authentication).
*Description*
[Explain the purpose and scope of your changes.]
*Related Issues*
[Link to issues, e.g., Closes #123]
*Changes Proposed*
- [ ] Added new migration for X
- [ ] Updated Y component
*Screenshots/UI Changes (if applicable)*
[Attach screenshots for frontend changes.]
*Testing*
- [ ] PHPUnit tests added/updated
- [ ] Manual testing steps (e.g., tested with Postman)
*Notes*
[Highlight breaking changes, dependencies, or migration steps.]
Keep PRs small, focused, and well-documented! 🚀