Merge pull request #1722 from dbungert/contributing

doc: create CONTRIBUTING starting point
This commit is contained in:
Dan Bungert 2023-07-17 10:51:23 -06:00 committed by GitHub
commit 7aca48c5ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.