From 0626099c3b60fb5376c4e61b9f9fb917f071d834 Mon Sep 17 00:00:00 2001 From: loverustfs <155562731+loverustfs@users.noreply.github.com> Date: Tue, 8 Jul 2025 01:46:36 +0000 Subject: [PATCH] docs: update PR template to English version --- .github/pull_request_template.md | 39 ++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..43f63667 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,39 @@ + + +## 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 +- [ ] Code is formatted with `cargo fmt --all` +- [ ] Passed `cargo clippy --all-targets --all-features -- -D warnings` +- [ ] Passed `cargo check --all-targets` +- [ ] Added/updated necessary tests +- [ ] Documentation updated (if needed) +- [ ] CI/CD passed (if applicable) + +## Impact +- [ ] Breaking change (compatibility) +- [ ] Requires doc/config/deployment update +- [ ] Other impact: + +## Additional Notes + + +--- + +Thank you for your contribution! Please ensure your PR follows the community standards ([CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)) and sign the CLA if this is your first contribution.