From 5e7731a4aabeda2611c14a113cf8b72a04e77122 Mon Sep 17 00:00:00 2001 From: Jens L Date: Fri, 28 Apr 2023 12:21:57 +0300 Subject: [PATCH] root: add checklist to PRs (#5390) * root: add checklist to PRs Signed-off-by: Jens Langhammer * add frontend commands Signed-off-by: Jens Langhammer --------- Signed-off-by: Jens Langhammer --- .github/pull_request_template.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8de020ccc..4c12f4df4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -19,6 +19,21 @@ Please check the [Contributing guidelines](https://github.com/goauthentik/authen - Adds breaking change which causes \. -## Additional +## Checklist -Any further notes or comments you want to make. +- [ ] Local tests pass (`ak test authentik/`) +- [ ] The code has been formatted (`make lint-fix`) + +If an API change has been made + +- [ ] The API schema has been updated (`make gen-build`) + +If changes to the frontend have been made + +- [ ] The code has been formatted (`make web`) +- [ ] The translation files have been updated (`make i18n-extract`) + +If applicable + +- [ ] The documentation has been updated +- [ ] The documentation has been formatted (`make website`)