mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 11:34:26 +00:00
3396657c3f
* chore: improve commit messages * indent * cleanup * additional changes --------- Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
27 lines
1008 B
Markdown
27 lines
1008 B
Markdown
# Which Problems Are Solved
|
|
|
|
Replace this example text with a concise list of problems that this PR solves.
|
|
For example:
|
|
- If the property XY is not given, the system crashes with a nil pointer exception.
|
|
|
|
# How the Problems Are Solved
|
|
|
|
Replace this example text with a concise list of changes that this PR introduces.
|
|
For example:
|
|
- Validates if property XY is given and throws an error if not
|
|
|
|
# Additional Changes
|
|
|
|
Replace this example text with a concise list of additional changes that this PR introduces, that are not directly solving the initial problem but are related.
|
|
For example:
|
|
- The docs explicitly describe that the property XY is mandatory
|
|
- Adds missing translations for validations.
|
|
|
|
# Additional Context
|
|
|
|
Replace this example with links to related issues, discussions, discord threads, or other sources with more context.
|
|
Use the Closing #issue syntax for issues that are resolved with this PR.
|
|
- Closes #123
|
|
- Discussion #456
|
|
- Follow-up for PR #789
|
|
- https://discord.com/channels/123/456 |