From 3497ccfada9554b2cb04458f735ac31af2d607de Mon Sep 17 00:00:00 2001 From: junxiang Mu <1948535941@qq.com> Date: Sun, 10 Aug 2025 21:29:30 +0800 Subject: [PATCH] Chore: reduce PR template checklist Signed-off-by: junxiang Mu <1948535941@qq.com> --- .github/pull_request_template.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 43f63667..7f346586 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -19,9 +19,7 @@ Pull Request Template for RustFS ## Checklist - [ ] I have read and followed the [CONTRIBUTING.md](CONTRIBUTING.md) guidelines -- [ ] Code is formatted with `cargo fmt --all` -- [ ] Passed `cargo clippy --all-targets --all-features -- -D warnings` -- [ ] Passed `cargo check --all-targets` +- [ ] Passed `make pre-commit` - [ ] Added/updated necessary tests - [ ] Documentation updated (if needed) - [ ] CI/CD passed (if applicable)