Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.11 KB

CONTRIBUTING.md

File metadata and controls

25 lines (22 loc) · 1.11 KB

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