diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9de701ee5d4c..31887dbb2ef2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,38 +1,26 @@ ## Details - -REPLACE ME - ---- - -## Checklist +### What does this PR change? -- [ ] Local tests pass (`ak test authentik/`) -- [ ] The code has been formatted (`make lint-fix`) +### Why is this change needed? -If an API change has been made +### How was this tested? -- [ ] The API schema and clients have been updated (`make gen`) +### Linked issues -If changes to the frontend have been made + -- [ ] The code has been formatted (`make web`) +--- -If applicable +## Checklist -- [ ] The documentation has been updated -- [ ] The documentation has been formatted (`make docs`) +- [ ] The project has been linted, built, and tested (`make all`) +- [ ] The documentation has been updated and formatted (`make docs`)