From 21970d5fd28e29cc0f0370a068ff347447a8a5b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20M=C3=B6hlmann?= Date: Mon, 31 Mar 2025 11:15:11 +0300 Subject: [PATCH] chore: add guidelines and licensing comment to PR template (#9665) # Which Problems Are Solved Sometimes our guidelines are missed by contributors. The same risk exists for the licensing terms under which contributions are submitted. # How the Problems Are Solved - Add comment with link to the relevant contribution guideline section - Add comment with link to LICENSING.md The comments are added as HTML comment which will be visible to the contributor, but won't be rendered in PR once submitted. # Additional Changes - none # Additional Context - https://github.com/zitadel/zitadel/pull/9597#pullrequestreview-2716301670 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 265902feff..979911d5ab 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,8 @@ + + # Which Problems Are Solved Replace this example text with a concise list of problems that this PR solves.