From 17e2b6d75dee036227b3a7b4523ac9c1ccb32424 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 18 Dec 2025 10:40:48 -0600 Subject: [PATCH] docs: update PR template for Aletheia workflow --- .github/PULL_REQUEST_TEMPLATE.md | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2fcae05ccd..81af207560 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,16 +1,25 @@ -#### Database Migration -YES - XXXX | NO +## Summary + -#### Description -A few sentences describing the overall goals of the pull request's commits. -#### Screenshot (if UI related) +## Changes + +- -#### Todos -- [ ] Tests -- [ ] Translation Keys (./src/NzbDrone.Core/Localization/Core/en.json) -- [ ] [Wiki Updates](https://wiki.servarr.com) +## Context + -#### Issues Fixed or Closed by this PR -* Fixes #XXXX \ No newline at end of file +## Testing + +- [ ] Tests pass (`./test.sh Linux Unit Test`) +- [ ] Manual testing: + +## Migration + +- [ ] No migration +- [ ] Migration included (describe below) + +## Notes + +