From 4f0be83ea5bbbfe0a1271cdce47986e2576980d4 Mon Sep 17 00:00:00 2001 From: Zhengchao An Date: Mon, 20 Jul 2026 10:44:06 +0800 Subject: [PATCH] ci(cla): upgrade CLA to v2 (#5046) 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 --- .github/cla.yml | 4 ++-- .github/pull_request_template.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/cla.yml b/.github/cla.yml index d5875f506..208b951e7 100644 --- a/.github/cla.yml +++ b/.github/cla.yml @@ -15,8 +15,8 @@ enabled: true document: - version: v1 - url: https://github.com/rustfs/cla/blob/main/cla/v1.md + version: v2 + url: https://github.com/rustfs/cla/blob/main/cla/v2.md signing: mode: comment diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1c936bf04..b6edfbe1e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -33,4 +33,4 @@ documentation impact. Use N/A when there is no expected impact. --- -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. +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.