From 044e437418f309cb39f21c424b31823201821c6e Mon Sep 17 00:00:00 2001 From: Zimin Li Date: Tue, 26 May 2026 13:42:48 +0000 Subject: [PATCH] refactor: enable multi-select dropdowns for platform and backend in `.github/ISSUE_TEMPLATE/bug_report.yml` --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 17deee2..4c81956 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -67,6 +67,7 @@ body: id: backend attributes: label: Backend + multiple: true options: - OpenMPI - MPICH @@ -77,6 +78,7 @@ body: id: platform attributes: label: Platform + multiple: true options: - CPU - NVIDIA