diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2c240c971..1c936bf04 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,35 +2,34 @@ Pull Request Template for RustFS --> -## Type of Change -- [ ] New Feature -- [ ] Bug Fix -- [ ] Documentation -- [ ] Performance Improvement -- [ ] Test/CI -- [ ] Refactor -- [ ] Other: - ## Related Issues - + ## Summary of Changes - + -## Checklist -- [ ] I have read and followed the [CONTRIBUTING.md](CONTRIBUTING.md) guidelines -- [ ] Passed `make pre-commit` -- [ ] Added/updated necessary tests -- [ ] Documentation updated (if needed) -- [ ] CI/CD passed (if applicable) +## Verification + ## Impact -- [ ] Breaking change (compatibility) -- [ ] Requires doc/config/deployment update -- [ ] Other impact: + ## Additional Notes - + ---