subiquity/CONTRIBUTING.md

532 B

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 or pre-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 with make aptdeps.