This project uses the C4 process for all code changes. "Everyone, without distinction or discrimination, SHALL have an equal right to become a Contributor under the terms of this contract."
If you are interested in contributing to JeroMQ, leave us a comment on this issue and let us know that you have read and understand the C4 process.
These slides (a visualization of the Internal Architecture of libzmq page) may be helpful if you are interesting in contributing to JeroMQ.
To run the automated test battery:
mvn test
Before submitting a Pull Request, please be sure that the tests pass!
To run the ZGuide examples:
mvn exec:java -Dexec.mainClass=guide.hwserver -Dexec.classpathScope=test
Or run this helper script:
scripts/run-example hwserver
For miscellaneous information that hasn't yet been pulled into this document, please see the wiki.