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.
- Sign the Eclipse ECA
- Register for an Eclipse Foundation User ID. You can register here.
- Log into the Eclipse projects forge, and click on 'Eclipse Contributor Agreement'.
- Go to your account settings and add your GitHub username to your account.
- Make sure that you sign-off your Git commits in the following format:
Signed-off-by: Alex Smith <[email protected]>
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"
- Ensure that the email address that you make your commits with is the same one you used to sign up to the Eclipse Foundation website with.
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.ruby/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!