From e3253389cc8fb34c522ef2f4733db165ee79dbc6 Mon Sep 17 00:00:00 2001 From: Dan Bungert Date: Mon, 17 Jul 2023 10:19:08 -0600 Subject: [PATCH] doc: create CONTRIBUTING starting point --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..b317e879 --- /dev/null +++ b/CONTRIBUTING.md @@ -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.