mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
5e7731a4aa
* root: add checklist to PRs Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add frontend commands Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
870 B
870 B
Details
- Does this resolve an issue? Resolves #
Changes
New Features
- Adds feature which does x, y, and z.
Breaking Changes
- Adds breaking change which causes <issue>.
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 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)