Skip to content

Commit 33f441b

Browse files
committed
chore: add GitHub issue templates
1 parent f8f5a2e commit 33f441b

3 files changed

Lines changed: 108 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: 📖 查看文档
3+
- name: 查看文档
44
url: https://github.com/GEMILUXVII/astrbot_plugin_jm_cosmos#readme
55
about: 先查看 README 了解插件使用方法
6-
- name: 📝 更新日志
6+
- name: 更新日志
77
url: https://github.com/GEMILUXVII/astrbot_plugin_jm_cosmos/blob/main/CHANGELOG.md
88
about: 查看版本更新历史
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: 文档改进
2+
description: 报告文档错误或建议补充
3+
title: "[DOCS] "
4+
labels: ["documentation"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
感谢你帮助改进文档!
10+
11+
- type: dropdown
12+
id: doc-type
13+
attributes:
14+
label: 文档类型
15+
options:
16+
- README.md
17+
- CHANGELOG.md
18+
- 代码注释
19+
- 其他
20+
validations:
21+
required: true
22+
23+
- type: dropdown
24+
id: issue-type
25+
attributes:
26+
label: 问题类型
27+
options:
28+
- 内容错误
29+
- 内容过时
30+
- 表述不清
31+
- 缺少说明
32+
- 排版问题
33+
- 其他
34+
validations:
35+
required: true
36+
37+
- type: textarea
38+
id: location
39+
attributes:
40+
label: 问题位置
41+
description: 指出文档中的具体位置
42+
placeholder: README.md 的「配置说明」部分...
43+
validations:
44+
required: true
45+
46+
- type: textarea
47+
id: suggestion
48+
attributes:
49+
label: 改进建议
50+
description: 你建议如何修改?
51+
validations:
52+
required: false
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
name: 问题咨询
2+
description: 使用问题、配置疑惑等
3+
title: "[QUESTION] "
4+
labels: ["question"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
有问题?请先查看 [README](https://github.com/GEMILUXVII/astrbot_plugin_jm_cosmos#readme) 和 [常见问题](https://github.com/GEMILUXVII/astrbot_plugin_jm_cosmos#常见问题) 部分。
10+
11+
- type: checkboxes
12+
id: prerequisite
13+
attributes:
14+
label: 前置确认
15+
options:
16+
- label: 我已阅读 README.md 文档
17+
required: true
18+
- label: 我已查看「常见问题」部分
19+
required: true
20+
- label: 我已搜索现有 Issues,未找到答案
21+
required: true
22+
23+
- type: input
24+
id: version
25+
attributes:
26+
label: 插件版本
27+
placeholder: v2.x.x
28+
validations:
29+
required: true
30+
31+
- type: textarea
32+
id: question
33+
attributes:
34+
label: 问题描述
35+
description: 详细描述你的问题
36+
placeholder: 我想知道如何...
37+
validations:
38+
required: true
39+
40+
- type: textarea
41+
id: tried
42+
attributes:
43+
label: 已尝试的方法
44+
description: 你已经尝试了什么?
45+
validations:
46+
required: false
47+
48+
- type: textarea
49+
id: additional
50+
attributes:
51+
label: 补充信息
52+
description: 截图、配置、日志等
53+
validations:
54+
required: false

0 commit comments

Comments
 (0)