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: