From 5992398de416f02f6283941a0c729c62c02bf4c3 Mon Sep 17 00:00:00 2001 From: ulferts Date: Wed, 10 Sep 2025 15:11:12 +0200 Subject: [PATCH] update documentation regarding CLA --- docs/development/README.md | 4 ++-- docs/development/code-review-guidelines/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/development/README.md b/docs/development/README.md index 72dc6807151..09ee45e9eb3 100644 --- a/docs/development/README.md +++ b/docs/development/README.md @@ -90,9 +90,9 @@ This code of conduct is adapted from the [Contributor Covenant](https://www.cont ## OpenProject Contributor License Agreement (CLA) -If you want to contribute to OpenProject, please make sure to accept our Contributor License Agreement first. The contributor license agreement documents the rights granted by contributors to OpenProject. +If you want to contribute to OpenProject, please make sure to accept our Contributor License Agreement. The contributor license agreement documents the rights granted by contributors to OpenProject. -[Read and accept the Contributor License Agreement here.](https://www.openproject.org/legal/contributor-license-agreement/) +A GitHub action will enforce the [CLA](https://www.openproject.org/legal/contributor-license-agreement/) has been read and accepted by every new contributor. You will only be asked once, the document is short, and signing is easy. ## Additional resources diff --git a/docs/development/code-review-guidelines/README.md b/docs/development/code-review-guidelines/README.md index 880e5525cad..1aca23eadad 100644 --- a/docs/development/code-review-guidelines/README.md +++ b/docs/development/code-review-guidelines/README.md @@ -117,7 +117,7 @@ If there are breaking changes (e.g., to permissions, code relevant for developer ## Other -- For external contributions: Check whether the author has signed a [Contributor License Agreement](../#openproject-contributor-license-agreement-cla) and kindly ask for it if not. +- For external contributions: Check whether the author has signed a [Contributor License Agreement](../#openproject-contributor-license-agreement-cla) and kindly ask for it if not. There is a GitHub workflow ensuring the contributor signed the current CLA. If the action is green, consider this point done. - Copyright notice: When new files are added, make sure they contain the OpenProject copyright notice (copy from any file in OpenProject).