From c4f7fdfb3f94905b0bef640e85027b269c134f49 Mon Sep 17 00:00:00 2001 From: Damon Lu <59256766+WhatDamon@users.noreply.github.com> Date: Sat, 9 Mar 2024 03:22:30 +0800 Subject: [PATCH] Fix the YAML syntax error on Issue Templates x2 --- .github/ISSUE_TEMPLATE/Bug-Report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug-Report.yml b/.github/ISSUE_TEMPLATE/Bug-Report.yml index 3b58ea0..40a09ba 100644 --- a/.github/ISSUE_TEMPLATE/Bug-Report.yml +++ b/.github/ISSUE_TEMPLATE/Bug-Report.yml @@ -56,7 +56,7 @@ body: - type: dropdown id: platform attributes: - label: 请提供您的运行平台: + label: 请提供您的运行平台...... multiple: true options: - Windows @@ -76,7 +76,7 @@ body: - type: dropdown id: arch attributes: - label: 请提供您的运行平台架构信息: + label: 请提供您的运行平台架构信息...... multiple: true options: - x86 (32位)