Skip to content

Commit

Permalink
Auto recognised links.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Nov 25, 2014
1 parent 1a47f86 commit 4fb416f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ The Mosquitto project has been created to provide a light weight, open-source
implementation, of an MQTT broker to allow new, existing, and emerging
applications for Machine-to-Machine (M2M) and Internet of Things (IoT).

- https://projects.eclipse.org/projects/technology.mosquitto
- <https://projects.eclipse.org/projects/technology.mosquitto>


Source
------

The Mosquitto code is stored in a git repository. The URLs to access it are:

ssh:https://<username>@git.eclipse.org:29418/mosquitto/org.eclipse.mosquitto
https://<username>@git.eclipse.org/r/mosquitto/org.eclipse.mosquitto
- ssh:https://<username>@git.eclipse.org:29418/mosquitto/org.eclipse.mosquitto
- https://<username>@git.eclipse.org/r/mosquitto/org.eclipse.mosquitto

A web browsable repository is available at

http:https://git.eclipse.org/c/mosquitto/org.eclipse.mosquitto.git
- <http:https://git.eclipse.org/c/mosquitto/org.eclipse.mosquitto.git>

Contributing a patch
--------------------
Expand All @@ -34,20 +34,20 @@ changes and push them back for review and eventual acceptance into the project.

To do this, you must follow a few steps. The first of these are described at

- https://wiki.eclipse.org/Development_Resources/Contributing_via_Git
- <https://wiki.eclipse.org/Development_Resources/Contributing_via_Git>

* Sign the Eclipse CLA
* Use a valid commit record, including a signed-off-by entry.

There are further details at

- https://wiki.eclipse.org/Development_Resources/Handling_Git_Contributions
- <https://wiki.eclipse.org/Development_Resources/Handling_Git_Contributions>

Once the patch is pushed back to Gerrit, the project committers will be
informed and they will undertake a review of the code. The patch may need
modifying for some reason. In order to make amending commits more
straightforward, the steps at
https://git.eclipse.org/r/Documentation/cmd-hook-commit-msg.html should be
<https://git.eclipse.org/r/Documentation/cmd-hook-commit-msg.html> should be
followed. This automatically inserts a "Change-Id" entry to your commit message
which allows you to amend commits and have Gerrit track them as the same
change.
Expand All @@ -57,15 +57,15 @@ 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
are required. These are detailed in the legal process poster:

- http:https://www.eclipse.org/legal/EclipseLegalProcessPoster.pdf
- <http:https://www.eclipse.org/legal/EclipseLegalProcessPoster.pdf>

Developer resources:
--------------------

More information regarding source code management, builds, coding standards,
and other topics can be found at.

- https://projects.eclipse.org/projects/technology.mosquitto/developer
- <https://projects.eclipse.org/projects/technology.mosquitto/developer>


Contributor License Agreement:
Expand All @@ -74,27 +74,27 @@ 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).

- http:https://www.eclipse.org/legal/CLA.php
- <http:https://www.eclipse.org/legal/CLA.php>


Contact:
--------

Contact the project developers via the project's "dev" list.

- https://dev.eclipse.org/mailman/listinfo/mosquitto-dev
- <https://dev.eclipse.org/mailman/listinfo/mosquitto-dev>


Search for bugs:
----------------

This project uses Bugzilla to track ongoing development and issues.

- https://bugs.eclipse.org/bugs/buglist.cgi?product=Mosquitto
- <https://bugs.eclipse.org/bugs/buglist.cgi?product=Mosquitto>

Create a new bug:
-----------------

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=Mosquitto
- <https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Mosquitto>

0 comments on commit 4fb416f

Please sign in to comment.