From 64996495db3e1dfeaa92adf8963fb97d2e013b83 Mon Sep 17 00:00:00 2001 From: Ironic <202444094+YoureIronic@users.noreply.github.com> Date: Sat, 18 Oct 2025 00:57:34 -0500 Subject: [PATCH 1/2] add Linux as platform option --- .github/ISSUE_TEMPLATE/bug-report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 10f8a5bdd..a8516c4d7 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -23,6 +23,7 @@ body: - "Android64" - "Android32" - "iOS" + - "Linux" validations: required: true - type: input From 658741b0b583a422f53dbd086c7cab046f055edd Mon Sep 17 00:00:00 2001 From: Ironic <202444094+YoureIronic@users.noreply.github.com> Date: Sat, 18 Oct 2025 00:57:36 -0500 Subject: [PATCH 2/2] add Linux as platform option --- .github/ISSUE_TEMPLATE/crash-report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/crash-report.yml b/.github/ISSUE_TEMPLATE/crash-report.yml index f15773d9a..15e28b297 100644 --- a/.github/ISSUE_TEMPLATE/crash-report.yml +++ b/.github/ISSUE_TEMPLATE/crash-report.yml @@ -23,6 +23,7 @@ body: - "Android64" - "Android32" - "iOS" + - "Linux" validations: required: true - type: input