Skip to content

Commit

Permalink
Merge branch 'canonical:main' into create-git-slice
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-lake authored Aug 20, 2024
2 parents 705e014 + 4cf1397 commit a152e26
Show file tree
Hide file tree
Showing 15 changed files with 1,608 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# 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. -->


## 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 tested my changes ([see how](https://github.com/canonical/chisel-releases/blob/main/CONTRIBUTING.md#7-test-your-slices-before-opening-a-pr))
* [ ] I have already submitted the [CLA form](
https://ubuntu.com/legal/contributors/agreement)

## Additional Context
<!-- If relevant -->
2 changes: 2 additions & 0 deletions .github/scripts/install-slices/deb-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
devscripts
python3-apt
Loading

0 comments on commit a152e26

Please sign in to comment.