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 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