We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad410f commit be59e1aCopy full SHA for be59e1a
.github/pull_request_template.md
@@ -0,0 +1,14 @@
1
+## Summary
2
+
3
+<!-- What's the purpose of the change? What does it do, and why? -->
4
5
+## Checklist
6
+<!-- Remove the ones that don't apply to this PR -->
7
8
+### Making a release
9
+- [ ] Bump the version in `src/pypi_attestations/__init__.py`
10
+- [ ] Add a new subheading in the CHANGELOG for the new version
11
+- [ ] Add a link at the bottom of the CHANGELOG for the diff of the new version
12
13
+### Adding new public-facing APIs
14
+- [ ] Expose the new types/functions in `src/pypi_attestations/__init__.py`
0 commit comments