Skip to content

Commit

Permalink
更新 issue 模板
Browse files Browse the repository at this point in the history
  • Loading branch information
getActivity committed May 8, 2023
1 parent 41a4776 commit 4c929a7
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 9 deletions.
34 changes: 29 additions & 5 deletions .github/ISSUE_TEMPLATE/issue_zh_template_question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
- type: markdown
attributes:
value: |
## 【警告:请务必按照 issue 模板填写,不要抱有侥幸心理,一旦发现 issue 没有按照模板认真填写,一律直接关闭】
## [【警告:请务必按照 issue 模板填写,不要抱有侥幸心理,一旦发现 issue 没有按照模板认真填写,一律直接关闭】](https://github.com/getActivity/IssueTemplateGuide)
- type: textarea
id: input_id_1
attributes:
Expand All @@ -18,8 +18,8 @@ body:
- type: dropdown
id: input_id_2
attributes:
label: issue 是否有人曾提过类似的问题?【必答】
description: 一旦出现重复提问我将不会再次解答
label: 框架文档是否提及了该问题【必答】
description: 文档会提供最常见的问题解答,可以先看看是否有自己想要的
multiple: false
options:
- 未选择
Expand All @@ -30,8 +30,32 @@ body:
- type: dropdown
id: input_id_3
attributes:
label: 框架文档是否有提及到此问题?【必答】
description: 请先看完框架的文档后再来提建议
label: 是否已经查阅框架文档但还未能解决的【必答】
description: 如果查阅了文档但还是没有解决的话,可以选择是
multiple: false
options:
- 未选择
-
-
validations:
required: true
- type: dropdown
id: input_id_4
attributes:
label: issue 列表中是否有人曾提过类似的问题【必答】
description: 可以在 issue 列表在搜索问题关键字,参考一下别人的解决方案
multiple: false
options:
- 未选择
-
-
validations:
required: true
- type: dropdown
id: input_id_5
attributes:
label: 是否已经搜索过了 issue 列表但还未能解决的【必答】
description: 如果搜索过了 issue 列表但是问题没有解决的话,可以选择是
multiple: false
options:
- 未选择
Expand Down
20 changes: 16 additions & 4 deletions .github/ISSUE_TEMPLATE/issue_zh_template_suggest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
- type: markdown
attributes:
value: |
## 【警告:请务必按照 issue 模板填写,不要抱有侥幸心理,一旦发现 issue 没有按照模板认真填写,一律直接关闭】
## [【警告:请务必按照 issue 模板填写,不要抱有侥幸心理,一旦发现 issue 没有按照模板认真填写,一律直接关闭】](https://github.com/getActivity/IssueTemplateGuide)
- type: textarea
id: input_id_1
attributes:
Expand All @@ -30,17 +30,29 @@ body:
- type: dropdown
id: input_id_3
attributes:
label: 框架文档是否有提及到此问题?【必答】
description: 请先看完框架的文档后再来提建议
label: 框架文档是否提及了该问题【必答】
description: 文档会提供最常见的问题解答,可以先看看是否有自己想要的
multiple: false
options:
- 未选择
-
-
validations:
required: true
- type: textarea
- type: dropdown
id: input_id_4
attributes:
label: 是否已经查阅框架文档但还未能解决的【必答】
description: 如果查阅了文档但还是没有解决的话,可以选择是
multiple: false
options:
- 未选择
-
-
validations:
required: true
- type: textarea
id: input_id_5
attributes:
label: 你觉得该怎么去完善会比较好?【非必答】
description: 你可以提供一下自己的想法或者做法供作者参考
Expand Down

0 comments on commit 4c929a7

Please sign in to comment.