From b9e63ae5d8f71a65c4cce4e016f89816a74ab6ff Mon Sep 17 00:00:00 2001 From: nanahi <130121847+na-na-hi@users.noreply.github.com> Date: Sun, 18 Aug 2024 10:24:28 -0400 Subject: [PATCH] github/issue_template: don't use markdown for "Important Information" There are too many issues created with problematic contents (like "#1" in uname output) that cause unwanted expansion to markdown formats and links to issues. The information here should be fairly simple in format that markdown isn't needed. Use plain text rendering instead. --- .github/ISSUE_TEMPLATE/2_bug_report_linux.yml | 1 + .github/ISSUE_TEMPLATE/2_bug_report_macos.yml | 1 + .github/ISSUE_TEMPLATE/2_bug_report_windows.yml | 1 + .github/ISSUE_TEMPLATE/3_bug_report.yml | 1 + .github/ISSUE_TEMPLATE/4_bug_report_build.yml | 1 + 5 files changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/2_bug_report_linux.yml b/.github/ISSUE_TEMPLATE/2_bug_report_linux.yml index ed724d1d4039f..1de242600f8f5 100644 --- a/.github/ISSUE_TEMPLATE/2_bug_report_linux.yml +++ b/.github/ISSUE_TEMPLATE/2_bug_report_linux.yml @@ -46,6 +46,7 @@ body: - Window Manager and Version: - Source mpv: - Introduced in version: + render: text 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 da845614e1488..9a89a1adf96fe 100644 --- a/.github/ISSUE_TEMPLATE/2_bug_report_macos.yml +++ b/.github/ISSUE_TEMPLATE/2_bug_report_macos.yml @@ -39,6 +39,7 @@ body: - macOS version: - Source of mpv: - Introduced in version: + render: text 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 be5838fa33ba3..d524137629dd9 100644 --- a/.github/ISSUE_TEMPLATE/2_bug_report_windows.yml +++ b/.github/ISSUE_TEMPLATE/2_bug_report_windows.yml @@ -42,6 +42,7 @@ body: - GPU model, driver and version: - Source of mpv: - Introduced in version: + render: text validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/3_bug_report.yml b/.github/ISSUE_TEMPLATE/3_bug_report.yml index 7c39a9fe57cf8..298512b13b273 100644 --- a/.github/ISSUE_TEMPLATE/3_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/3_bug_report.yml @@ -39,6 +39,7 @@ body: - GPU model, driver and version: - Source: - Introduced in version: + render: text validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/4_bug_report_build.yml b/.github/ISSUE_TEMPLATE/4_bug_report_build.yml index e19add111fa73..1358c9424fa83 100644 --- a/.github/ISSUE_TEMPLATE/4_bug_report_build.yml +++ b/.github/ISSUE_TEMPLATE/4_bug_report_build.yml @@ -16,6 +16,7 @@ body: - mpv version: - Platform version: - Meson version: + render: text validations: required: true - type: textarea