diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 20aad512..042a0394 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -20,7 +20,8 @@ -- [ ] 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.