doc: create CONTRIBUTING starting point

This commit is contained in:
Dan Bungert 2023-07-17 10:19:08 -06:00
parent 95e520ddf8
commit e3253389cc
1 changed files with 10 additions and 0 deletions

10
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,10 @@
Thank you for considering a contribution to Subiquity. Here's what we like to
see:
* Contributors will need to have signed the
[CLA](https://ubuntu.com/legal/contributors/agreement).
* Prerequisites for running tests locally can be installed with `make aptdeps`.
* Lint, unit, integration, and API tests should be passing. To simulate that
locally please run `make lint check`. This is a close approximation to what
is run in CI today.