mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 16:28:15 +00:00
4f0be83ea5
Point the cla-bot config and the PR template at cla/v2.md so new contributions are checked against the v2 Individual CLA. - .github/cla.yml: document.version v1 -> v2, url -> cla/v2.md - .github/pull_request_template.md: CLA link -> cla/v2.md
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/v2.md) and sign it by commenting `I have read and agree to the CLA.` on the PR.
|