Commit 03d9cdf2 authored by Ian Craggs's avatar Ian Craggs

Add more links to the CONTRIBUTING file

parent e4086a00
...@@ -8,8 +8,9 @@ Project description: ...@@ -8,8 +8,9 @@ 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). 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. 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.
- https://projects.eclipse.org/projects/iot.paho - [Project web site](https://www.eclipse.org/paho)
- [Project information](https://projects.eclipse.org/projects/iot.paho)
Source Source
------ ------
...@@ -19,9 +20,7 @@ The Paho C client is stored in a git repository. The URLs to access it are: ...@@ -19,9 +20,7 @@ The Paho C client is stored in a git repository. The URLs to access it are:
ssh://<username>@git.eclipse.org:29418/paho/org.eclipse.paho.mqtt.c ssh://<username>@git.eclipse.org:29418/paho/org.eclipse.paho.mqtt.c
https://<username>@git.eclipse.org/r/paho/org.eclipse.paho.mqtt.c https://<username>@git.eclipse.org/r/paho/org.eclipse.paho.mqtt.c
A web browsable repository is available at A [web browsable repository](http://git.eclipse.org/c/paho/org.eclipse.paho.mqtt.c.git) is available.
http://git.eclipse.org/c/paho/org.eclipse.paho.mqtt.c.git
Contributing a patch Contributing a patch
-------------------- --------------------
...@@ -53,41 +52,35 @@ change. ...@@ -53,41 +52,35 @@ change.
What happens next depends on the content of the patch. If it is 100% authored What happens next depends on the content of the patch. If it is 100% authored
by the contributor and is less than 1000 lines (and meets the needs of the by the contributor and is less than 1000 lines (and meets the needs of the
project), then it can be committed to the main repository. If not, more steps project), then it can be committed to the main repository. If not, more steps
are required. These are detailed in the legal process poster: are required. These are detailed in the
[legal process poster](http://www.eclipse.org/legal/EclipseLegalProcessPoster.pdf).
- http://www.eclipse.org/legal/EclipseLegalProcessPoster.pdf
Developer resources: Developer resources:
-------------------- --------------------
Information regarding source code management, builds, coding standards, and more. Information regarding source code management, builds, coding standards, and more.
- https://projects.eclipse.org/projects/iot.paho/developer - [https://projects.eclipse.org/projects/iot.paho/developer](https://projects.eclipse.org/projects/iot.paho/developer)
Contributor License Agreement: Contributor License 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 Foundation [Contributor License Agreement (CLA)](http://www.eclipse.org/legal/CLA.php).
- http://www.eclipse.org/legal/CLA.php
Contact: Contact:
-------- --------
Contact the project developers via the project's "dev" list. Contact the project developers via the project's development
[mailing list](https://dev.eclipse.org/mailman/listinfo/paho-dev).
- https://dev.eclipse.org/mailman/listinfo/paho-dev
Search for bugs: Search for bugs:
---------------- ----------------
This project uses Bugzilla to track ongoing development and issues. This project uses [Bugzilla](https://bugs.eclipse.org/bugs/buglist.cgi?product=Paho) to track ongoing development and issues.
- https://bugs.eclipse.org/bugs/buglist.cgi?product=Paho
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! Be sure to search for existing bugs before you create another one. Remember that contributions are always welcome!
- https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Paho - [Create new Paho bug](https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Paho)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment