From 5249e2b89ea72d74602b912b492f08226b6a5bcc Mon Sep 17 00:00:00 2001 From: Minhyuk Kim <105956521+Widgle@users.noreply.github.com> Date: Wed, 3 Jan 2024 20:12:28 +0900 Subject: [PATCH 1/2] Update CONTRIBUTING.md Update to reflect current status --- CONTRIBUTING.md | 33 +++++++++++++-------------------- 1 file changed, 13 insertions(+), 20 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d0bfddb..4bbb66f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,35 +3,28 @@ Contributing to Paho Thanks for your interest in this project. -Project description: +Project Description: -------------------- -The Paho project has been created to provide scalable open-source implementations of open and standard messaging protocols aimed at new, existing, and emerging applications for Machine-to-Machine (M2M) and Internet of Things (IoT). -Paho reflects the inherent physical and cost constraints of device connectivity. Its objectives include effective levels of decoupling between devices and applications, designed to keep markets open and encourage the rapid growth of scalable Web and Enterprise middleware and applications. Paho is being kicked off with MQTT publish/subscribe client implementations for use on embedded platforms, along with corresponding server support as determined by the community. +The Eclipse Paho project provides reliable open-source implementations of open and standard messaging protocols aimed at new, existing, and emerging applications for Machine-to-Machine (M2M) and Internet of Things (IoT).\ +Paho reflects the inherent physical and cost constraints of device connectivity. Its objectives include effective levels of decoupling between devices and applications, designed to keep markets open and encourage the rapid growth of scalable Web and Enterprise middleware and applications. Paho contains MQTT publish/subscribe client implementations for use on embedded platforms, along with corresponding server support as determined by the community. -- https://projects.eclipse.org/projects/technology.paho +- https://projects.eclipse.org/projects/iot.paho -Developer resources: --------------------- - -Information regarding source code management, builds, coding standards, and more. - -- https://projects.eclipse.org/projects/technology.paho/developer - -Contributor License Agreement: +Eclipse Contributor Agreement: ------------------------------ -Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Foundation Contributor License Agreement (CLA). +Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Contributor Agreement (ECA). -- http://www.eclipse.org/legal/CLA.php +- https://www.eclipse.org/legal/ECA.php Contributing Code: ------------------ -The Go client is developed in Github, see their documentation on the process of forking and pull requests; https://help.github.com/categories/collaborating-on-projects-using-pull-requests/ - -Git commit messages should follow the style described here; +The Go client is developed in Github, see their documentation on the process of forking and pull requests\ +https://help.github.com/categories/collaborating-on-projects-using-pull-requests/ +Git commit messages should follow the style described here\ http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html Contact: @@ -39,16 +32,16 @@ Contact: Contact the project developers via the project's "dev" list. -- https://dev.eclipse.org/mailman/listinfo/paho-dev +- https://accounts.eclipse.org/mailing-list/paho-dev -Search for bugs: +Search for Bugs: ---------------- This project uses Github issues to track ongoing development and issues. - https://github.com/eclipse/paho.golang/issues -Create a new bug: +Create a New Bug: ----------------- Be sure to search for existing bugs before you create another one. Remember that contributions are always welcome! From 509b6aa72f111147f4b6894cc0d051cce8b70802 Mon Sep 17 00:00:00 2001 From: Minhyuk Kim <105956521+Widgle@users.noreply.github.com> Date: Sat, 6 Jan 2024 09:48:38 +0900 Subject: [PATCH 2/2] Update CONTRIBUTING.md Copy some contents from full suggested contributor agreement of the paho project --- CONTRIBUTING.md | 35 +++++++++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4bbb66f..cc54f1b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ -Contributing to Paho -==================== +Contributing to Eclipse Paho +============================ Thanks for your interest in this project. @@ -11,18 +11,45 @@ Paho reflects the inherent physical and cost constraints of device connectivity. - https://projects.eclipse.org/projects/iot.paho +Terms of Use: +------------- + +This repository is subject to the Terms of Use of the Eclipse Foundation + +- https://www.eclipse.org/legal/termsofuse.php + +Developer Resources: +-------------------- + +Github repositories maintained by the project + +- https://projects.eclipse.org/projects/iot.paho/developer + +Eclipse Development Process: +---------------------------- + +This Eclipse Foundation open project is governed by the Eclipse Foundation Development Process and operates under the terms of the Eclipse IP Policy. + +- https://www.eclipse.org/projects/dev_process +- https://www.eclipse.org/org/documents/Eclipse_IP_Policy.pdf + Eclipse Contributor Agreement: ------------------------------ -Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Contributor Agreement (ECA). +In order to be able to contribute to Eclipse Foundation projects you must electronically sign the Eclipse Contributor Agreement (ECA). - https://www.eclipse.org/legal/ECA.php +The ECA provides the Eclipse Foundation with a permanent record that you agree that each of your contributions will comply with the commitments documented in the Developer Certificate of Origin (DCO). Having an ECA on file associated with the email address matching the "Author" field of your contribution's Git commits fulfills the DCO's requirement that you sign-off on your contributions. + +For more information, please see the Eclipse Committer Handbook:\ +https://www.eclipse.org/projects/handbook/#resources-commit + Contributing Code: ------------------ The Go client is developed in Github, see their documentation on the process of forking and pull requests\ -https://help.github.com/categories/collaborating-on-projects-using-pull-requests/ +https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models Git commit messages should follow the style described here\ http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html