diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 58ed9335f42..7c4ba90c765 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,20 +1,27 @@ -### Related Ticket +## Related Ticket + - +## Description + -### Summary +## Type of Change +- [ ] Bug fix +- [ ] New feature +- [ ] Improvement / Enhancement +- [ ] Refactoring +- [ ] Performance improvement +- [ ] Documentation +- [ ] Infrastructure / CI -### Steps to reproduce +## Testing + +- [ ] Tested locally +- [ ] New / updated tests included -### Checklist +## Screenshots + -- [ ] Choose the correct target branch; use `develop` by default. -- [ ] Provide a brief summary of the changes introduced. -- [ ] Add a detailed explanation of how to reproduce the issue and/or verify the fix, if applicable. -- [ ] Include screenshots or videos, if applicable. -- [ ] Add or modify existing integration tests in case of bugs or new features, if applicable. -- [ ] Refactor any modified SCSS files following the refactor guide. -- [ ] Check CI passes successfully. -- [ ] Update the `CHANGES.md` file, referencing the related GitHub issue, if applicable. - - +## Checklist +- [ ] No lint or build errors +- [ ] All existing tests pass +- [ ] Documentation updated (if needed)