Skip to content

Commit

Permalink
feat: Create pull_request_template.md (slsa-framework#3268)
Browse files Browse the repository at this point in the history
Adds a PR template as default PR description:

Hopefully this can also remind us to to keep docs up-to-date, as well,
like in slsa-framework#3263

---------

Signed-off-by: Ramon Petgrave <32398091+ramonpetgrave64@users.noreply.github.com>
Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
Co-authored-by: Ian Lewis <ianlewis@google.com>
  • Loading branch information
ramonpetgrave64 and ianlewis committed Feb 22, 2024
1 parent 5f89252 commit a66d8c0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/pull_request_template.md
@@ -0,0 +1,15 @@
# Summary

...

## Testing Process

...

## Checklist

- [ ] Review the contributing [guidelines](./../CONTRIBUTING.md)
- [ ] Add a reference to related issues in the PR description.
- [ ] Update documentation if applicable.
- [ ] Add unit tests if applicable.
- [ ] Add changes to the [CHANGELOG](./../CHANGELOG.md) if applicable.

0 comments on commit a66d8c0

Please sign in to comment.