Skip to content

Commit

Permalink
Fix the YAML syntax error on Issue Templates x2
Browse files Browse the repository at this point in the history
  • Loading branch information
WhatDamon committed Mar 8, 2024
1 parent f985a94 commit c4f7fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/Bug-Report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ body:
- type: dropdown
id: platform
attributes:
label: 请提供您的运行平台:
label: 请提供您的运行平台......
multiple: true
options:
- Windows
Expand All @@ -76,7 +76,7 @@ body:
- type: dropdown
id: arch
attributes:
label: 请提供您的运行平台架构信息:
label: 请提供您的运行平台架构信息......
multiple: true
options:
- x86 (32位)
Expand Down

0 comments on commit c4f7fdf

Please sign in to comment.