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 + +