From 767fe966a37c8e6f553f719247734f99a0afcc6a Mon Sep 17 00:00:00 2001 From: Connor Peshek Date: Thu, 4 Jun 2026 11:12:50 -0500 Subject: [PATCH] root: Update PR template (#22185) * Update pr template * Update makefile in another PR * Apply suggestion from @dewi-tik Signed-off-by: Dewi Roberts --------- Signed-off-by: Dewi Roberts Co-authored-by: Dewi Roberts --- .github/pull_request_template.md | 38 +++++++++++--------------------- 1 file changed, 13 insertions(+), 25 deletions(-) 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`)