Thank you for considering a contribution to Subiquity. Here are some things to note:
This project is subject to the Ubuntu Code of Conduct to foster an open and welcoming place to contribute. By participating in the project (in the form of code contributions, issues, comments, and other activities), you agree to abide by its terms.
This project is subject to the Canonical contributor license agreement, please make sure you have signed it before (or shortly after) submitting your first pull request.
A github workflow will verify that your GitHub username or email address is associated with a contributor license agreement signature, but it may take some time after your initial signature for the check to see it. If you're part of @canonical, you will also need to make sure your canonical.com email address is associated with your GitHub account.
Bugs are tracked on Launchpad. It is
recommended you use ubuntu-bug
(or similar) to let apport collect relevant
logs which are helpful for the debug process, instead of filing one directly.
Changes to this project should be proposed as pull requests on GitHub at: https://github.com/canonical/subiquity/
Format, lint, unit, integration, and API tests should be passing.
- format - run either
make format
orpre-commit install
.- Install pre-commit with
sudo apt install pre-commit
.
- Install pre-commit with
- all the rest -
make lint check
.- Prerequisites for running these locally can be installed with
make aptdeps
.
- Prerequisites for running these locally can be installed with