From f285c8414728601c2fe4ee806269a4b25d6f0da9 Mon Sep 17 00:00:00 2001 From: Raphael Vogel Date: Thu, 20 Nov 2025 15:37:06 +0100 Subject: [PATCH] Add privacy notice to templates Files modified: - .github/ISSUE_TEMPLATE/bug_report.md - .github/ISSUE_TEMPLATE/enhancement_request.md - .github/pull_request_template.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 ++ .github/ISSUE_TEMPLATE/enhancement_request.md | 2 ++ .github/pull_request_template.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7457664..6655088 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -5,6 +5,8 @@ labels: kind/bug --- + + **What happened**: **What you expected to happen**: diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.md b/.github/ISSUE_TEMPLATE/enhancement_request.md index 4179e17..63e89d5 100644 --- a/.github/ISSUE_TEMPLATE/enhancement_request.md +++ b/.github/ISSUE_TEMPLATE/enhancement_request.md @@ -5,6 +5,8 @@ labels: kind/enhancement --- + + **What would you like to be added**: **Why is this needed**: diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1fe33e5..a5921c1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,5 @@ + + **What this PR does / why we need it**: **Which issue(s) this PR fixes**: