Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 595 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (13 loc) · 595 Bytes

Contribute

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