Thanks for your interest in this project!
You can contribute bugfixes and new features by sending pull requests through GitHub.
In order for your contribution to be accepted, it must comply with the Eclipse Foundation IP policy.
Please read the Eclipse Foundation policy on accepting contributions via Git.
Signed-off-by: Alex Smith <alexsmith@nowhere.com>
This is usually at the bottom of the commit message. You can automate this by adding the '-s' flag when you make the commits. e.g. git commit -s -m "Adding a cool feature"
git clone https://github.com/<your username>/paho.mqtt.c.git
develop
branch with git checkout -b YOUR_BRANCH_NAME origin/develop
git commit -s
Make sure that your commit message is meaningful and describes your changes correctly.develop
one to request review and merge of the commits in your pushed branch.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 project), then it can be pulled into the main repository. If not, more steps are required. These are detailed in the legal process poster.
Information regarding source code management, builds, coding standards, and more.
Contact the project developers via the project's development mailing list.
This project uses GitHub Issues here: github.com/eclipse/paho.mqtt.c/issues to track ongoing development and issues.
Be sure to search for existing bugs before you create another one. Remember that contributions are always welcome!