From c3b9ea6ce4333f2d63267ac7fd34a4ada8f2b4e3 Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Fri, 28 Nov 2025 13:05:47 +0100 Subject: [PATCH] chore: improve PR template (#2175) --- .github/PULL_REQUEST_TEMPLATE.md | 33 +++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) 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