Skip to content

Commit

Permalink
Merge pull request #734 from mattmoor/pr-checklist
Browse files Browse the repository at this point in the history
Add a PR checklist to melange.
  • Loading branch information
mattmoor authored Oct 2, 2023
2 parents f992e1b + 4c2ff5a commit a4590d1
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## Melange Pull Request Template

<!--
*** PULL REQUEST CHECKLIST: PLEASE START HERE ***
The single most important feature of melange is that we can build Wolfi.
Many changes to melange introduce a risk of breaking the build, and sometimes
these are not flushed out until a package is changed (much) later. This
pertains to basic execution, SCA changes, linter changes, and more.
-->

### 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:

0 comments on commit a4590d1

Please sign in to comment.