diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2cd67112..b393a404 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,6 +4,7 @@ +- [ ] Chore (a non-breaking change which is related to package maintenance) - [ ] Bug fix (a non-breaking change which fixes an issue) - [ ] New feature (a non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) @@ -17,11 +18,10 @@ ## Checklist: - -- [ ] My change requires a change to the documentation. -- [ ] I have updated the documentation accordingly. (PR: #) +- [ ] My change requires an update to the official documentation. +- [ ] All [TSDoc](https://tsdoc.org) comments are up-to-date and new ones have been added where necessary. - [ ] All new and existing tests are passing. - +