From 4c2ff5a0537258eaf5130ca59db79fef44061239 Mon Sep 17 00:00:00 2001 From: Matt Moore Date: Mon, 2 Oct 2023 08:44:32 -0700 Subject: [PATCH] Add a PR checklist to melange. This introduces a PR checklist to `melange` to remind folks that being able to rebuild Wolfi is the primary feature of `melange`, and that changes shouldn't be make that risk our ability to keep building Wolfi successfully. Signed-off-by: Matt Moore --- .github/PULL_REQUEST_TEMPLATE.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..b8b50e392 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,30 @@ +## Melange Pull Request Template + + + +### Functional Changes + +- [ ] This change can build all of Wolfi without errors (describe results in notes) + +Notes: + +### SCA Changes + +- [ ] Examining several representative APKs show no regression / the desired effect (details in notes) + +Notes: + +### Linter + +- [ ] The new check is clean across Wolfi +- [ ] The new check is opt-in or a warning + +Notes: