Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 697 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 697 Bytes

Contributing to Lactoserv

Bug reports and patches gladly accepted at https://github.com/danfuzz/lactoserv.

Bug reports / Feature requests

This project has issue templates for bug reports and feature requests. Please use them, unless they really don't fit with what you're trying to report.

Patches / PRs

If you are submitting a PR, please ensure that it does not introduce either linter complaints or test failures. You can check these via convenient scripts:

$ cd lactoserv
$ ./scripts/ubik dev lint
...
$ ./scripts/ubik run-tests --do=build

Need some orientation?

See the Development Guide to help get you started.