mirror of
https://github.com/pppscn/SmsForwarder
synced 2024-11-04 06:00:11 +00:00
新增:issue 提交模板(请务必按照模板填写,避免浪费你我的时间)
This commit is contained in:
parent
c86200bc7c
commit
a34c36015f
10
.github/ISSUE_TEMPLATE/config.yml
vendored
10
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,11 +1,11 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: SmsForwarder 使用流程与问题排查流程
|
||||
url: https://camo.githubusercontent.com/3387767d81ab00f787e62b17304c8b85a51151cdbc66dc022a49875d0529f6e8/68747470733a2f2f696d616765732e67697465652e636f6d2f75706c6f6164732f696d616765732f323032322f303733302f3231343331345f62323338396561655f31363237332e706e67
|
||||
about: 新用户必看!
|
||||
- name: GitHub Wiki
|
||||
url: https://github.com/pppscn/SmsForwarder/wiki
|
||||
about: 新用户必看!
|
||||
- name: Gitee Wiki
|
||||
url: https://gitee.com/pp/SmsForwarder/wikis/pages
|
||||
about: 新用户必看!
|
||||
- name: SmsForwarder 使用流程与问题排查流程
|
||||
url: https://camo.githubusercontent.com/3387767d81ab00f787e62b17304c8b85a51151cdbc66dc022a49875d0529f6e8/68747470733a2f2f696d616765732e67697465652e636f6d2f75706c6f6164732f696d616765732f323032322f303733302f3231343331345f62323338396561655f31363237332e706e67
|
||||
- name: 【必读】常见问题
|
||||
url: https://github.com/pppscn/SmsForwarder/wiki/%E3%80%90%E5%BF%85%E8%AF%BB%E3%80%91%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98
|
||||
about: 新用户必看!
|
36
.github/ISSUE_TEMPLATE/issue_template_bug.yml
vendored
36
.github/ISSUE_TEMPLATE/issue_template_bug.yml
vendored
@ -13,8 +13,8 @@ body:
|
||||
- type: dropdown
|
||||
id: similar-issues
|
||||
attributes:
|
||||
label: 是否有人曾提过类似的问题【必答】
|
||||
description: Whether someone has raised similar issues [Required]
|
||||
label: 是否有人曾提过类似的问题
|
||||
description: Whether someone has raised similar issues
|
||||
options:
|
||||
- 否(No)
|
||||
- 是(Yes)
|
||||
@ -23,8 +23,8 @@ body:
|
||||
- type: dropdown
|
||||
id: latest-version
|
||||
attributes:
|
||||
label: 升级到最新的版本是否存在这个问题【必答】
|
||||
description: Is there this problem when upgrading to the latest version [Required]
|
||||
label: 升级到最新的版本是否存在这个问题
|
||||
description: Is there this problem when upgrading to the latest version
|
||||
options:
|
||||
- 否(No)
|
||||
- 是(Yes)
|
||||
@ -33,8 +33,8 @@ body:
|
||||
- type: dropdown
|
||||
id: read-wiki
|
||||
attributes:
|
||||
label: 是否已经查阅Wiki文档还未能解决的【必答】
|
||||
description: Whether you have consulted the Wiki documentation that has not been resolved [Required]
|
||||
label: 是否已经查阅Wiki文档还未能解决的
|
||||
description: Whether you have consulted the Wiki documentation that has not been resolved
|
||||
options:
|
||||
- 否(No)
|
||||
- 是(Yes)
|
||||
@ -43,32 +43,32 @@ body:
|
||||
- type: input
|
||||
id: app-version
|
||||
attributes:
|
||||
label: APP版本【必填】
|
||||
description: APP Version [Required]
|
||||
label: APP版本
|
||||
description: APP Version
|
||||
placeholder: v3.x.x
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: problem
|
||||
attributes:
|
||||
label: 问题描述【必填】
|
||||
description: Description of the problem [Required]
|
||||
label: 问题描述
|
||||
description: Description of the problem
|
||||
placeholder: 你可以描述APP有什么令你不满意的地方(You can describe what dissatisfied you about the app)
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: reproduction-steps
|
||||
attributes:
|
||||
label: 复现步骤【必填】
|
||||
description: Reproduction steps [Required]
|
||||
label: 复现步骤
|
||||
description: Reproduction steps
|
||||
placeholder: 注意:目前不受理没有复现步骤的 Bug 单 (Note:Bug tickets without reproduction steps are currently not accepted)
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: required
|
||||
attributes:
|
||||
label: 是否必现【必填】
|
||||
description: Whether it is required [Required]
|
||||
label: 是否必现
|
||||
description: Whether it is required
|
||||
options:
|
||||
- 否(No)
|
||||
- 是(Yes)
|
||||
@ -77,16 +77,16 @@ body:
|
||||
- type: input
|
||||
id: brand-model
|
||||
attributes:
|
||||
label: 出现问题的手机信息【必填】
|
||||
description: The mobile phone information with the problem [Required]
|
||||
label: 出现问题的手机信息
|
||||
description: The mobile phone information with the problem
|
||||
placeholder: 请填写出现问题的品牌和机型(Please fill in the brand and model of the problem)
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: android-version
|
||||
attributes:
|
||||
label: 出现问题的安卓版本、系统版本【必填】
|
||||
description: Android version, system version in question [Required]
|
||||
label: 出现问题的安卓版本、系统版本
|
||||
description: Android version, system version in question
|
||||
placeholder: 例如:Android 12、MIUI 13
|
||||
validations:
|
||||
required: true
|
||||
|
@ -13,8 +13,8 @@ body:
|
||||
- type: dropdown
|
||||
id: similar-issues
|
||||
attributes:
|
||||
label: 是否有人曾提过类似的问题?【必答】
|
||||
description: Has anyone asked a similar question before? 【Required】
|
||||
label: 是否有人曾提过类似的问题?
|
||||
description: Has anyone asked a similar question before?
|
||||
options:
|
||||
- 否(No)
|
||||
- 是(Yes)
|
||||
@ -23,8 +23,8 @@ body:
|
||||
- type: textarea
|
||||
id: suggestion
|
||||
attributes:
|
||||
label: 你觉得APP有什么不足之处?【必答】
|
||||
description: What do you think is the inadequacy of the APP? 【Required】
|
||||
label: 你觉得APP有什么不足之处?
|
||||
description: What do you think is the inadequacy of the APP?
|
||||
placeholder: 你可以描述APP有什么令你不满意的地方(You can describe what dissatisfied you about the app)
|
||||
validations:
|
||||
required: true
|
||||
|
Loading…
Reference in New Issue
Block a user