2021-07-26 20:49:17 +00:00
|
|
|
<!--
|
|
|
|
👋 Hello there! Welcome.
|
|
|
|
|
2022-06-03 17:40:09 +00:00
|
|
|
Please check the [Contributing guidelines](https://github.com/goauthentik/authentik/blob/main/CONTRIBUTING.md#how-can-i-contribute).
|
2021-07-26 20:49:17 +00:00
|
|
|
-->
|
|
|
|
|
|
|
|
# Details
|
2023-04-21 10:54:23 +00:00
|
|
|
|
|
|
|
- **Does this resolve an issue?**
|
|
|
|
Resolves #
|
2021-07-26 20:49:17 +00:00
|
|
|
|
|
|
|
## Changes
|
2023-04-21 10:54:23 +00:00
|
|
|
|
2021-07-26 20:49:17 +00:00
|
|
|
### New Features
|
2023-04-21 10:54:23 +00:00
|
|
|
|
|
|
|
- Adds feature which does x, y, and z.
|
2021-07-26 20:49:17 +00:00
|
|
|
|
|
|
|
### Breaking Changes
|
2023-04-21 10:54:23 +00:00
|
|
|
|
|
|
|
- Adds breaking change which causes \<issue\>.
|
2021-07-26 20:49:17 +00:00
|
|
|
|
2023-04-28 09:21:57 +00:00
|
|
|
## Checklist
|
2023-04-21 10:54:23 +00:00
|
|
|
|
2023-04-28 09:21:57 +00:00
|
|
|
- [ ] 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`)
|