From 072f6b1b6fc569c5752538467044501f25019a69 Mon Sep 17 00:00:00 2001 From: Premkumar Chandramohan Date: Fri, 23 May 2025 11:26:32 +0530 Subject: [PATCH 1/2] Added reference to Eclipse Contributor Agreement --- CONTRIBUTING.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 08966da..fddad98 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,11 +5,16 @@ Support and contributions from the open source community are essential for keepi contributors to follow to keep the project consistent, as well as allow us to keep maintaining `eclipse-ecsp/device-message` in a reasonable amount of time. +ECSP project welcomes contributions and suggestions. Please follow the below steps to be able to contribute to ECSP, +- Create an [Eclipse Foundation account](https://accounts.eclipse.org/) +- Review and Agree to [Eclipse Contributor Agreement](https://www.eclipse.org/legal/eca/) +- More details about contribution can be found in [Eclipse Project Handbook - Contributors](https://www.eclipse.org/projects/handbook/#contributing-contributors) section + Please note that this project is released with a [Contributor Code of Conduct][coc]. By participating in this project you agree to abide by its terms. -[coc]: ./CODE_OF_CONDUCT.template +[coc]: ./CODE_OF_CONDUCT.md ## Creating an Issue From f387d50feb88098684913ed5a68fd165aa8d97a2 Mon Sep 17 00:00:00 2001 From: Premkumar Chandramohan Date: Fri, 23 May 2025 11:39:16 +0530 Subject: [PATCH 2/2] Added missing fullstops --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fddad98..a0a48c5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,9 +6,9 @@ contributors to follow to keep the project consistent, as well as allow us to ke maintaining `eclipse-ecsp/device-message` in a reasonable amount of time. ECSP project welcomes contributions and suggestions. Please follow the below steps to be able to contribute to ECSP, -- Create an [Eclipse Foundation account](https://accounts.eclipse.org/) -- Review and Agree to [Eclipse Contributor Agreement](https://www.eclipse.org/legal/eca/) -- More details about contribution can be found in [Eclipse Project Handbook - Contributors](https://www.eclipse.org/projects/handbook/#contributing-contributors) section +- Create an [Eclipse Foundation account](https://accounts.eclipse.org/). +- Review and Agree to [Eclipse Contributor Agreement](https://www.eclipse.org/legal/eca/). +- More details about contribution can be found in [Eclipse Project Handbook - Contributors](https://www.eclipse.org/projects/handbook/#contributing-contributors) section. Please note that this project is released with a [Contributor Code of Conduct][coc].