Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 486 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 486 Bytes

Contributing

  1. fork and clone the project
  2. install the dependencies above
  3. run the tests with make:

    make unit functional integration doctest

  4. hack at will
  5. commit, push etc
  6. send a pull request

keep in mind

your lack of tests if disturbing the force

that lettuce is a testing software, patches and pull requests must come with automated tests, and if suitable, with proper documentation.