diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 704350158..41a153440 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,14 +1,33 @@ -#### Description + -#### Screenshot (if UI-related) +## Description -#### To-Dos + + + +- Fixes #XXXX + +## How Has This Been Tested? + + + + + +## Screenshots / Logs (if applicable) + +## Checklist: + + + + +- [ ] I have read and followed the contribution [guidelines](https://github.com/seerr-team/seerr/blob/develop/CONTRIBUTING.md). - [ ] Disclosed any use of AI (see our [policy](https://github.com/seerr-team/seerr/blob/develop/CONTRIBUTING.md#ai-assistance-notice)) +- [ ] I have updated the documentation accordingly. +- [ ] All new and existing tests passed. - [ ] Successful build `pnpm build` - [ ] Translation keys `pnpm i18n:extract` - [ ] Database migration (if required) - -#### Issues Fixed or Closed - -- Fixes #XXXX