From 0bcbc95d20be97eb334a321f98f2c2858b6a1aa4 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 2 Sep 2026 14:02:05 +0200 Subject: [PATCH] README: document patch submission Replace the development placeholder with concise contribution and validation guidance so contributors can prepare focused pull requests consistently. Signed-off-by: Koen Kooi Assisted-by: GitHub Copilot:gpt-5.6-sol --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01b4aa5..c514542 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,17 @@ How to install the software itself. Describe how to use the project. -## Development +## Contributing patches -How to develop new features/fixes for the software. Maybe different than "usage". Also provide details on how to contribute via a [CONTRIBUTING.md file](CONTRIBUTING.md). +Base changes on `main` and submit patches as GitHub pull requests against `main`. Keep each pull request focused on one logical change and sign off each commit under the Developer Certificate of Origin. + +Before opening or updating a pull request, run: + +```sh +kas-container build kas/base.yml:kas/qemuarm64.yml +``` + +Run additional targeted checks for the affected recipe or component. See [CONTRIBUTING.md](CONTRIBUTING.md) for complete validation, commit message, sign-off, and attribution requirements. ## Getting in Contact