Skip to content

Commit 710b229

Browse files
committed
新增ISSUES模版格式
1 parent c856b49 commit 710b229

File tree

4 files changed

+107
-0
lines changed

4 files changed

+107
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: Ask For Help
2+
title: '[Help] '
3+
description: 使用求助
4+
labels: [ 'help wanted' ]
5+
6+
body:
7+
- type: checkboxes
8+
attributes:
9+
label: 注意事项
10+
options:
11+
- label: 提ISSUE前,请确认你已经在GitHub Issues和Discussions里搜索过类似的问题,并且没找到想要的答案。
12+
required: true
13+
14+
- type: dropdown
15+
attributes:
16+
label: 你使用的是哪种方式?
17+
options:
18+
- GitHub Actions
19+
- Python代码
20+
- jmcomic命令行
21+
default: 0
22+
validations:
23+
required: true
24+
25+
- type: textarea
26+
attributes:
27+
label: 你的目的?
28+
placeholder: 详细描述一下你想要干什么
29+
30+
- type: textarea
31+
attributes:
32+
label: 你遇到的困难?
33+
placeholder: 详细描述一下你有啥困难
34+
35+
- type: textarea
36+
attributes:
37+
label: 其他信息
38+
placeholder: 如果有其他需要补充的信息,可以在这里留言

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: Bug
2+
title: '[Bug] '
3+
description: Bug反馈
4+
labels: [ 'bug' ]
5+
6+
body:
7+
- type: checkboxes
8+
attributes:
9+
label: 注意事项
10+
options:
11+
- label: 提ISSUE前,请确认你已经在GitHub Issues和Discussions里搜索过类似的问题,并且没找到想要的答案。
12+
required: true
13+
- label: GitHub Actions问题请到置顶的Issue反馈。
14+
required: true
15+
16+
- type: dropdown
17+
attributes:
18+
label: 发生Bug时,你的使用方式?
19+
multiple: false
20+
options:
21+
- Python代码
22+
- jmcomic命令行
23+
validations:
24+
required: true
25+
26+
- type: dropdown
27+
attributes:
28+
label: 你是否在禁漫官方网页或APP,验证过相应的功能是正常的?
29+
multiple: false
30+
options:
31+
- 测试过,禁漫官方功能正常
32+
- 我要反馈的bug无需验证/不方便验证
33+
validations:
34+
required: true
35+
36+
- type: textarea
37+
attributes:
38+
label: option配置+源码/命令
39+
placeholder: 贴一下你的option配置 + 你使用的python代码或命令,这会帮助开发者解决bug。
40+
41+
- type: textarea
42+
attributes:
43+
label: 你预期的结果,与实际结果的差别
44+
placeholder: |
45+
1. 预期结果...
46+
2. 差别...
47+
48+
- type: textarea
49+
attributes:
50+
label: 其他信息
51+
placeholder: 如果有其他需要补充的信息,可以在这里留言
52+

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: GitHub Community Support
4+
url: https://github.com/hect0x7/JMComic-Crawler-Python/discussions
5+
about: 提Issues之前,先来Discussions找找有没有你的问题
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Feature Request
2+
title: '[Feature] '
3+
description: 新功能请求
4+
labels: [ 'enhancement' ]
5+
6+
body:
7+
- type: textarea
8+
attributes:
9+
label: 新功能请求
10+
placeholder: 详细描述一下你的新功能请求
11+
12+

0 commit comments

Comments
 (0)