forked from canonical/chisel-releases
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add PR template (canonical#134)
- Loading branch information
1 parent
b301f8f
commit f6d685c
Showing
1 changed file
with
40 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,40 @@ | ||
# Proposed changes | ||
<!-- Describe the changes proposed in this PR. | ||
Provide good PR descriptions as the project maintainers aren't necessarily | ||
familiar with the packages you are slicing. | ||
We use conventional commits | ||
(https://www.conventionalcommits.org/en/v1.0.0/#specification), so if not yet | ||
specified in your commit messages, make sure you describe the type of change | ||
being proposed in this PR (i.e. feat, test, fix, ci, chore, docs). | ||
--> | ||
|
||
## Related issues/PRs | ||
<!-- If any --> | ||
|
||
### Forward porting | ||
<!-- This change MUST also be proposed to all newer, and still supported, | ||
releases. List the corresponding PRs, or ignore if not applicable. --> | ||
|
||
## Testing | ||
<!-- Provide proof of testing and/or testing instructions, when applicable, | ||
to help speed up the review process. --> | ||
|
||
```bash | ||
# Example: | ||
# chisel cut ... --root <path> <pkg>_<proposed-slice> | ||
# sudo chroot <path> <app> | ||
``` | ||
|
||
## Checklist | ||
<!-- Go over all the following points, and put an `x` in all the boxes | ||
that apply. --> | ||
|
||
* [ ] I have read the [contributing guidelines]( | ||
https://github.com/canonical/chisel-releases/blob/main/CONTRIBUTING.md) | ||
* [ ] I have already submitted the [CLA form]( | ||
https://ubuntu.com/legal/contributors/agreement) | ||
|
||
## Additional Context | ||
<!-- If relevant --> |