Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Summary

<!-- What's the purpose of the change? What does it do, and why? -->

## Checklist
<!-- Remove the ones that don't apply to this PR -->

### Making a release
- [ ] Bump the version in `src/pypi_attestations/__init__.py`
- [ ] Add a new subheading in the CHANGELOG for the new version
- [ ] Add a link at the bottom of the CHANGELOG for the diff of the new version

### Adding new public-facing APIs
- [ ] Expose the new types/functions in `src/pypi_attestations/__init__.py`