From 29e3e10378c32cc5c51ccc65afe5dd0c0d7951aa Mon Sep 17 00:00:00 2001 From: Catherine Date: Wed, 13 Mar 2024 10:04:13 +0000 Subject: [PATCH] Add WebAssembly as a platform to ISSUE_TEMPLATE/bug_report.yml. --- .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 27cfd09b7de..66c0b19715a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -34,6 +34,7 @@ body: - macOS - Windows - BSD + - WebAssembly multiple: true validations: required: true