Update 01_bug_report.yml

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 3 years ago committed by GitHub
parent 88a75ae0ae
commit 6c4a5afa17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      .github/ISSUE_TEMPLATE/01_bug_report.yml

@ -1,7 +1,7 @@
name: Bug 报告 / Bug Report
name: Help wanted / 求助
description: Please upgrade to the latest version before asking a question, and also check by searching to see if someone else has asked the same question. 在提出问题前请先升级到最新版本,同时也请通过搜索确认是否有人提出过相同问题。
title: "[Bug]: "
labels: ["bug"]
title: "[help wanted 求助]: "
labels: ["help wanted"]
body:
- type: dropdown
id: script
@ -32,6 +32,13 @@ body:
- Mac M1
- Windows
- Others
- type: textarea
id: "more"
attributes:
label: "More information / 额外信息"
description: "Optional 可选"
validations:
required: false
validations:
required: true
- type: textarea

Loading…
Cancel
Save