Skip to content

Commit ccdb8bc

Browse files
committed
docs(github): 更新问题模板以优化提问流程
- 将版本信息字段提前,并设置为必填项 - 移除冗余的补充信息字段 - 更新确认选项,合并为一条并添加项目推广选项
1 parent 4984380 commit ccdb8bc

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,28 @@ body:
77
attributes:
88
value: |
99
感谢您对 DeepSeek4j 的关注!请填写以下表单来提出您的问题。
10-
- type: textarea
11-
id: question
12-
attributes:
13-
label: 您的问题
14-
description: 请尽可能详细地描述您的问题
15-
placeholder: 我想知道如何...
16-
validations:
17-
required: true
1810
- type: input
1911
id: version
2012
attributes:
2113
label: 版本信息
2214
description: 您正在使用的 DeepSeek4j 版本是什么?
2315
placeholder: 例如:1.0.0
16+
validations:
17+
required: true
2418
- type: textarea
25-
id: context
19+
id: question
2620
attributes:
27-
label: 补充信息
28-
description: 添加任何与您的问题相关的补充信息或代码示例
29-
render: shell
21+
label: 您的问题
22+
description: 请尽可能详细地描述您的问题
23+
placeholder: 我想知道如何...
24+
validations:
25+
required: true
3026
- type: checkboxes
3127
id: checks
3228
attributes:
3329
label: 提问前确认
3430
options:
35-
- label: 我已经搜索过现有的 issues,但没有找到答案
31+
- label: 我已经阅读过文档,搜索过现有的 issues,但没有找到答案
32+
required: true
33+
- label: 为了项目更好的推广,请我 Star ♥️ 此项目
3634
required: true
37-
- label: 我已经阅读过文档
38-
required: true

0 commit comments

Comments
 (0)