From 9c122f38e8a6e558984b3263a5b3d289972a7b9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Mon, 29 Jul 2024 21:33:11 +0200 Subject: [PATCH] github/issue_template: fix paragraph spacing Fixes: 051e2a8b7a2079130327478aa709095bee396f76 --- .github/ISSUE_TEMPLATE/2_bug_report_linux.yml | 3 ++- .github/ISSUE_TEMPLATE/2_bug_report_macos.yml | 3 ++- .github/ISSUE_TEMPLATE/2_bug_report_windows.yml | 3 ++- .github/ISSUE_TEMPLATE/3_bug_report.yml | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2_bug_report_linux.yml b/.github/ISSUE_TEMPLATE/2_bug_report_linux.yml index 914e360fa7eab..ed724d1d4039f 100644 --- a/.github/ISSUE_TEMPLATE/2_bug_report_linux.yml +++ b/.github/ISSUE_TEMPLATE/2_bug_report_linux.yml @@ -99,8 +99,9 @@ body: Without the log file, this issue will be closed for ignoring the issue template. + Disclaimer: The log file may contain identifiable information, such as your username. - Review the log file before sharing and redact any sensitive data if necessary. + Review the log file before sharing and redact any sensitive data if necessary. validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/2_bug_report_macos.yml b/.github/ISSUE_TEMPLATE/2_bug_report_macos.yml index d31049713b0a4..da845614e1488 100644 --- a/.github/ISSUE_TEMPLATE/2_bug_report_macos.yml +++ b/.github/ISSUE_TEMPLATE/2_bug_report_macos.yml @@ -94,8 +94,9 @@ body: Without the log file, this issue will be closed for ignoring the issue template. + Disclaimer: The log file may contain identifiable information, such as your username. - Review the log file before sharing and redact any sensitive data if necessary. + Review the log file before sharing and redact any sensitive data if necessary. validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/2_bug_report_windows.yml b/.github/ISSUE_TEMPLATE/2_bug_report_windows.yml index 1067269712627..be5838fa33ba3 100644 --- a/.github/ISSUE_TEMPLATE/2_bug_report_windows.yml +++ b/.github/ISSUE_TEMPLATE/2_bug_report_windows.yml @@ -96,8 +96,9 @@ body: Without the log file, this issue will be closed for ignoring the issue template. + Disclaimer: The log file may contain identifiable information, such as your username. - Review the log file before sharing and redact any sensitive data if necessary. + Review the log file before sharing and redact any sensitive data if necessary. validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/3_bug_report.yml b/.github/ISSUE_TEMPLATE/3_bug_report.yml index eda02267e8d3b..7c39a9fe57cf8 100644 --- a/.github/ISSUE_TEMPLATE/3_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/3_bug_report.yml @@ -92,8 +92,9 @@ body: Without the log file, this issue will be closed for ignoring the issue template. + Disclaimer: The log file may contain identifiable information, such as your username. - Review the log file before sharing and redact any sensitive data if necessary. + Review the log file before sharing and redact any sensitive data if necessary. validations: required: true - type: textarea