-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #734 from mattmoor/pr-checklist
Add a PR checklist to melange.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |