From 6ae0767e87e1568c18a743376167a521aee7c5f9 Mon Sep 17 00:00:00 2001 From: Jasin Atipi Date: Mon, 3 Feb 2025 17:00:55 +0100 Subject: [PATCH 1/2] docs: update CONTRIBUTING.md with ECA instead of Google CLA --- CONTRIBUTING.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db177d4..c8206a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,15 +3,15 @@ We'd love to accept your patches and contributions to this project. There are just a few small guidelines you need to follow. -## Contributor License Agreement +## Eclipse Contributor Agreement -Contributions to this project must be accompanied by a Contributor License -Agreement. You (or your employer) retain the copyright to your contribution; +Contributions to this project must be accompanied by an Eclipse Contributor Agreement (ECA). +You (or your employer) retain the copyright to your contribution; this simply gives us permission to use and redistribute your contributions as -part of the project. Head over to to see -your current agreements on file or to sign a new one. +part of the project. Head over to to understand +how to sign the ECA. -You generally only need to submit a CLA once, so if you've already submitted one +You generally only need to submit the ECA once, so if you've already submitted one (even if it was for a different project), you probably don't need to do it again. @@ -22,7 +22,6 @@ use GitHub pull requests for this purpose. Consult [GitHub Help](https://help.github.com/articles/about-pull-requests/) for more information on using pull requests. -## Community Guidelines +## Contribution Guidelines -This project follows -[Google's Open Source Community Guidelines](https://opensource.google.com/conduct/). +Head over to the [Eclipse EDC Documentation](https://eclipse-edc.github.io/documentation/for-contributors/guidelines/) to understand the contribution guidelines. From c5a13b28baee81e9f85c003b2977d1b707ba1d53 Mon Sep 17 00:00:00 2001 From: Jasin Atipi Date: Mon, 10 Feb 2025 09:05:09 +0100 Subject: [PATCH 2/2] shrink CONTRIBUTING.md --- CONTRIBUTING.md | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c8206a9..a5dbf76 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,27 +1,3 @@ -# How to Contribute - -We'd love to accept your patches and contributions to this project. There are -just a few small guidelines you need to follow. - -## Eclipse Contributor Agreement - -Contributions to this project must be accompanied by an Eclipse Contributor Agreement (ECA). -You (or your employer) retain the copyright to your contribution; -this simply gives us permission to use and redistribute your contributions as -part of the project. Head over to to understand -how to sign the ECA. - -You generally only need to submit the ECA once, so if you've already submitted one -(even if it was for a different project), you probably don't need to do it -again. - -## Code reviews - -All submissions, including submissions by project members, require review. We -use GitHub pull requests for this purpose. Consult -[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more -information on using pull requests. - -## Contribution Guidelines +# Contribution Guidelines Head over to the [Eclipse EDC Documentation](https://eclipse-edc.github.io/documentation/for-contributors/guidelines/) to understand the contribution guidelines.