Contribute

March 25, 2016 ยท View on GitHub

These are the basic steps for contributing to statsd-jvm-profiler:

  1. Fork from the master branch
  2. Make your changes
  3. Document new functionality as appropriate
  4. Add new tests if possible
  5. Run the test suite with mvn test
  6. Push your changes to your fork.
  7. Send a pull request!

Every pull request will be built with Travis CI. The CI build runs both unit tests and Checkstyle.

Contributors