zitadel/.github/pull_request_template.md
Fabi 2e7235ebf2
fix: change pr template to not link to existing issues and prs (#8412)
# Which Problems Are Solved

In the PR template we have added some ideas about additional context,
but we link to existing prs and issues as an example.
So everytime someone doesn't change the description when creating the
issue, its a mention to that issue or pr.


# How the Problems Are Solved
replace with non existing values


![Uploading image.png…]()
2024-08-09 15:41:40 +02:00

1009 B

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.