Munk is a database back-end whose interface is a REST API configured via YAML
- fork the repo
- Create a branch named like the feature code (e.g. munk-2)
- Code the feature
- Write a PR to this repo
- Make sure your features are unit-tested
- Follow PEP8 (except 80 char lines)
- Make sure your code is idiomatic python