-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pull request templates for comon tasks
This is primarily aimed at preventing us from missing any dependency review in the future.
- Loading branch information
1 parent
abea688
commit 9fabb6c
Showing
4 changed files
with
48 additions
and
5 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,9 @@ | ||
--- | ||
name: Change log update | ||
about: Prepare the release of a Debian package. | ||
|
||
--- | ||
|
||
## Description | ||
|
||
_Which package are you releasing? Please link to to **release tracking issue**._ |
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,17 @@ | ||
--- | ||
name: Default | ||
about: For all the cases that don't have a specific template. | ||
|
||
--- | ||
|
||
## Description | ||
|
||
_What is the PR doing, and why?_ | ||
|
||
## Test plan | ||
|
||
- Automated tests ([Circle CI][ci]): | ||
- [ ] All Bullseye jobs are passing | ||
- Bookworm failures are not ignored: | ||
- [ ] This PR does not introduce any new Bookworm failures | ||
- [ ] An issue is open for all new Bookworm failures |
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,22 @@ | ||
--- | ||
name: Package addition | ||
about: Add a dependency for one of our Debian packages. | ||
|
||
--- | ||
|
||
## Description | ||
|
||
_Which packages are you adding, and why?_ | ||
|
||
## Test plan | ||
|
||
- Automated tests ([Circle CI][ci]): | ||
- [ ] All Bullseye jobs are passing | ||
- [ ] Bookworm failures are not ignored: | ||
- This PR does not introduce any new Bookworm failures | ||
- An issue is open for all new Bookworm failures | ||
- Security: | ||
- [ ] A [diff review][review-docs] was performed for all build dependencies | ||
|
||
[ci]: https://app.circleci.com/pipelines/github/freedomofpress/securedrop-debian-packaging | ||
[review-docs]: https://github.com/freedomofpress/securedrop/wiki/Dependency-specification-and-update-policies |
This file was deleted.
Oops, something went wrong.