diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9de701ee5d..31887dbb2e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,38 +1,26 @@ ## Details - -REPLACE ME --- ## Checklist -- [ ] Local tests pass (`ak test authentik/`) -- [ ] The code has been formatted (`make lint-fix`) - -If an API change has been made - -- [ ] The API schema and clients have been updated (`make gen`) - -If changes to the frontend have been made - -- [ ] The code has been formatted (`make web`) - -If applicable - -- [ ] 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`)