Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 649 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 649 Bytes

Contribute

These are the basic steps for contributing to sbt-checkstyle-plugin:

  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 sbt test scripted
  6. Push your changes to your fork.
  7. Send a pull request!

Every pull request will be built with Travis CI.

Contributors