These are the basic steps for contributing to statsd-jvm-profiler:
- Fork from the master branch
- Make your changes
- Document new functionality as appropriate
- Add new tests if possible
- Run the test suite with
mvn test
- Push your changes to your fork.
- Send a pull request!
Every pull request will be built with Travis CI. The CI build runs both unit tests and Checkstyle.