doc: update PR template with additional checklist items

This commit is contained in:
Jan Larwig 2026-03-23 10:36:19 +01:00 committed by GitHub
parent 44236f0314
commit 5ca3012652
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,8 @@
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] My change requires a change to the documentation or CHANGELOG.
- [ ] I have updated the documentation/CHANGELOG accordingly.
- [ ] I have added an entry for my changes to the [CHANGELOG.md](https://github.com/oauth2-proxy/oauth2-proxy/blob/master/CHANGELOG.md).
- [ ] I have [signed off](https://github.com/apps/dco) all my commits.
- [ ] I have created a feature (non-master) branch for my PR.
- [ ] I have used [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#examples) for the PR title.
- [ ] I have written tests for my code changes.