diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d2b56e893..7e3bcece3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,20 +1,19 @@ -## Summary - - +# Pull Request Description -## Changes +## Summary + - -- +## Type of Change +- [ ] Bug fix +- [ ] New feature +- [ ] Breaking change +- [ ] Documentation update ## Testing + - -- [ ] Local lint passes -- [ ] Local tests pass -- [ ] Manual smoke test (if applicable) - -## Related - - -Closes # +## Checklist +- [ ] Code follows project style guidelines +- [ ] Self-review completed +- [ ] Tests added/updated +- [ ] Documentation updated