You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace this example text with a concise list of problems that this PR solves.
4
+
For example:
5
+
- If the property XY is not given, the system crashes with a nil pointer exception.
6
+
7
+
# How the Problems Are Solved
8
+
9
+
Replace this example text with a concise list of changes that this PR introduces.
10
+
For example:
11
+
- Validates if property XY is given and throws an error if not
12
+
13
+
# Additional Changes
14
+
15
+
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.
16
+
For example:
17
+
- The docs explicitly describe that the property XY is mandatory
18
+
- Adds missing translations for validations.
19
+
20
+
# Additional Context
21
+
22
+
Replace this example with links to related issues, discussions, discord threads, or other sources with more context.
23
+
Use the Closing #issue syntax for issues that are resolved with this PR.
0 commit comments