mirror of
https://github.com/rustfs/rustfs.git
synced 2026-05-07 23:27:50 +08:00
37 lines
1009 B
Markdown
37 lines
1009 B
Markdown
<!--
|
|
Pull Request Template for RustFS
|
|
-->
|
|
|
|
## Related Issues
|
|
<!--
|
|
List related issues, e.g. Fixes #123.
|
|
Use N/A when there is no related issue.
|
|
-->
|
|
|
|
## Summary of Changes
|
|
<!--
|
|
Briefly explain what changed and why reviewers should accept it.
|
|
Focus on behavior, compatibility, and review-relevant context.
|
|
-->
|
|
|
|
## Verification
|
|
<!--
|
|
List the commands or checks you ran, for example:
|
|
- `make pre-commit`
|
|
|
|
Use N/A only when verification is not applicable.
|
|
-->
|
|
|
|
## Impact
|
|
<!--
|
|
Describe user-facing, compatibility, API, deployment, configuration, or
|
|
documentation impact. Use N/A when there is no expected impact.
|
|
-->
|
|
|
|
## Additional Notes
|
|
<!-- Any extra information for reviewers, or N/A. -->
|
|
|
|
---
|
|
|
|
Thank you for your contribution! Please ensure your PR follows the community standards ([CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)). If this is your first contribution, review the [CLA document](https://github.com/rustfs/cla/blob/main/cla/v1.md) and sign it by commenting `I have read and agree to the CLA.` on the PR.
|