Update 01_bug_report.yml

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 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. 在提出问题前请先升级到最新版本,同时也请通过搜索确认是否有人提出过相同问题。 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]: " title: "[help wanted 求助]: "
labels: ["bug"] labels: ["help wanted"]
body: body:
- type: dropdown - type: dropdown
id: script id: script
@ -32,6 +32,13 @@ body:
- Mac M1 - Mac M1
- Windows - Windows
- Others - Others
- type: textarea
id: "more"
attributes:
label: "More information / 额外信息"
description: "Optional 可选"
validations:
required: false
validations: validations:
required: true required: true
- type: textarea - type: textarea

Loading…
Cancel
Save