Skip to content

Commit f55fb3d

Browse files
committed
优化issue模板
1 parent 5ebcd4d commit f55fb3d

File tree

3 files changed

+120
-0
lines changed

3 files changed

+120
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
blank_issues_enabled: true
2+
3+
contact_links:
4+
- name: 统一反馈处
5+
url: https://github.com/simple-robot/simpler-robot/issues/new/choose
6+
about: 通过simbot核心仓库统一反馈问题
7+
8+
- name: 社区
9+
url: https://github.com/orgs/simple-robot/discussions
10+
about: simbot的GitHub交流讨论区

.github/ISSUE_TEMPLATE/doc.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: "📃文档反馈"
2+
description: "反馈与文档相关的问题反馈"
3+
labels: [ "文档" ]
4+
assignees: [ "ForteScarlet" ]
5+
# https://docs.github.com/cn/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
## 须知
11+
在进行问题反馈前,请**确认**以下内容:
12+
1. 我确认目前的 [Issues](https://github.com/simple-robot/simbot-component-onebot/issues?q=is%3Aissue+label%3A%E6%96%87%E6%A1%A3) 中没有类似内容。
13+
2. 我已确认所述内容不涉及任何个人隐私或其他敏感信息,遵守相关地区法律法规。
14+
15+
<hr />
16+
17+
18+
- type: dropdown
19+
id: type
20+
attributes:
21+
label: 反馈内容类型
22+
options:
23+
- 网站
24+
- API文档
25+
- 其他
26+
validations:
27+
required: true
28+
29+
- type: textarea
30+
id: links
31+
attributes:
32+
label: 相关链接
33+
description: 提供可用的相关链接
34+
35+
- type: textarea
36+
id: description
37+
attributes:
38+
label: 内容描述
39+
description: 描述你的反馈内容
40+
validations:
41+
required: true

.github/ISSUE_TEMPLATE/report.yml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
name: "🔥问题反馈"
2+
description: "直接向本仓库反馈问题或提出一个贡献申请"
3+
assignees: [ "ForteScarlet" ]
4+
# https://docs.github.com/cn/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
## 须知
10+
在进行问题反馈前,请**确认**以下内容:
11+
1. 我确认目前的 [issues](https://github.com/simple-robot/simbot-component-onebot/issues?q=is%3Aissue+label%3Abug%3F) 中没有类似内容。
12+
2. 我已确认所述内容不涉及任何个人隐私或其他敏感信息,遵守相关地区法律法规。
13+
14+
<hr />
15+
16+
- type: dropdown
17+
id: will-contribute
18+
attributes:
19+
label: 是否会提供贡献?
20+
description: 如果此条议题是你打算提供代码贡献作为前提,那么标记它,来告诉我们与其他开发者,以避免产生可能的重复劳动
21+
options:
22+
-
23+
-
24+
- 不确定
25+
default: 0
26+
validations:
27+
required: true
28+
29+
- type: textarea
30+
id: version
31+
attributes:
32+
label: 版本信息
33+
description: 核心库、组件库、以及其他可能涉及到的依赖库的版本信息。
34+
placeholder: |
35+
例如:
36+
simbot-component-onebot: va.b.c
37+
simbot-core: v999
38+
39+
- type: dropdown
40+
id: language
41+
attributes:
42+
label: 涉及的编程语言
43+
description: 如果没有或无对应选项则选择'其他'后在后续描述中补充说明
44+
options:
45+
- Java
46+
- Kotlin
47+
- 其他
48+
validations:
49+
required: true
50+
51+
- type: dropdown
52+
id: build-tool
53+
attributes:
54+
label: 项目构建工具
55+
description: 如果没有或无对应选项则选择'其他'后在后续描述中补充说明
56+
options:
57+
- Maven
58+
- Gradle
59+
- 其他
60+
validations:
61+
required: true
62+
63+
- type: textarea
64+
id: description
65+
attributes:
66+
label: 内容描述
67+
description: 描述你的反馈内容。(注意日志、代码等特殊内容格式,确保易于阅读)
68+
validations:
69+
required: true

0 commit comments

Comments
 (0)