From 4f4c759b67d1f117c9096d8891ad780dc7f37058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Wed, 29 Apr 2026 20:29:23 +0800 Subject: [PATCH] docs: simplify pull request template (#2744) --- .github/pull_request_template.md | 41 ++++++++++++++++---------------- 1 file changed, 20 insertions(+), 21 deletions(-) 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 - + ---