Skip to content

Commit be59e1a

Browse files
authored
Add pull request template (#119)
1 parent fad410f commit be59e1a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/pull_request_template.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)