Bug reports and patches gladly accepted at https://github.com/danfuzz/lactoserv.
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.
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
See the Development Guide to help get you started.