新增:issue 提交模板(请务必按照模板填写,避免浪费你我的时间)

This commit is contained in:
pppscn 2022-08-04 14:00:56 +08:00
parent 145224bff3
commit 6a5d72113e

View File

@ -13,8 +13,8 @@ body:
- type: dropdown - type: dropdown
id: similar-issues id: similar-issues
attributes: attributes:
label: 是否有人曾提过类似的问题【必答】:是/否(看看曾经有人提过类似的问题,先参考一下别人是怎么解决的) label: 是否有人曾提过类似的问题【必答】
description: Whether someone has raised similar issues [Required]: yes/no (see if someone has raised similar issues, first refer to how others solved it) description: Whether someone has raised similar issues [Required]
options: options:
- No - No
- Yes - Yes
@ -23,8 +23,8 @@ body:
- type: dropdown - type: dropdown
id: latest-version id: latest-version
attributes: attributes:
label: 升级到最新的版本是否存在这个问题【必答】:是/否(如果用的是旧版本的话,建议升级看问题是否还存在) label: 升级到最新的版本是否存在这个问题【必答】
description: Is there this problem when upgrading to the latest version [Required]: yes/no (if you are using an old version, it is recommended to upgrade to see if the problem still exists) description: Is there this problem when upgrading to the latest version [Required]
options: options:
- No - No
- Yes - Yes
@ -33,8 +33,8 @@ body:
- type: dropdown - type: dropdown
id: read-wiki id: read-wiki
attributes: attributes:
label: 是否已经查阅Wiki文档还未能解决的【必答】:是/否Wiki提供最常见的问题解答以及排查流程可以看看是否有自己想要的 label: 是否已经查阅Wiki文档还未能解决的【必答】
description: Whether you have consulted the Wiki documentation that has not been resolved [Required]: yes/no (Wiki provides the most common questions and answers, as well as the troubleshooting process, you can see if you have what you want) description: Whether you have consulted the Wiki documentation that has not been resolved [Required]
options: options:
- No - No
- Yes - Yes
@ -61,7 +61,7 @@ body:
attributes: attributes:
label: 复现步骤【必填】 label: 复现步骤【必填】
description: Reproduction steps [Required] description: Reproduction steps [Required]
placeholder: 注意:目前不受理没有复现步骤的 Bug 单 (Note: Bug tickets without reproduction steps are currently not accepted) placeholder: 注意:目前不受理没有复现步骤的 Bug 单 (NoteBug tickets without reproduction steps are currently not accepted)
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
@ -87,7 +87,7 @@ body:
attributes: attributes:
label: 出现问题的安卓版本【必填】 label: 出现问题的安卓版本【必填】
description: Android version in question [Required] description: Android version in question [Required]
placeholder: 请填写出现问题的 Android 版本例如Android 12、系统版本例如MIUI 13Please fill in the Android version in question (eg: Android 12), system version (eg: MIUI 13) placeholder: 请填写出现问题的 Android 版本例如Android 12、系统版本例如MIUI 13Please fill in the Android version in question (egAndroid 12), system version (egMIUI 13)
validations: validations:
required: true required: true
- type: textarea - type: textarea