Thank you for considering a contribution to Subiquity. Here's what we like to see:
- Contributors will need to have signed the CLA.
- Format, lint, unit, integration, and API tests should be passing.
- format - either run
make format
orpre-commit install
. See pre-commit for more details on that tool. - all the rest -
make lint check
. Prerequisites for running these locally can be installed withmake aptdeps
.
- format - either run