Skip to content

Commit 4c6e1d5

Browse files
committed
update issue template
1 parent 29b9e72 commit 4c6e1d5

7 files changed

Lines changed: 162 additions & 109 deletions

File tree

.github/ISSUE_TEMPLATE/T1_bug.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/T1_bug.yaml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
name: 报告转换器错误❌
2+
description: 使用转换器时遇到问题?请告诉我们!
3+
title: "[Bug] "
4+
labels: ["bug"]
5+
body:
6+
- type: checkboxes
7+
id: what-happened
8+
attributes:
9+
label: 你遇到了什么问题?
10+
description: 请选择你遇到的问题类型。
11+
options:
12+
- label: 无法识别条目(Zotero Connector显示蓝色空白图标)
13+
- label: 无法保存条目(保存时显示“使用xxx保存时发生错误”)
14+
- label: 无法下载附件
15+
- label: 缺少字段、字段错误
16+
- label: 其他
17+
validations:
18+
required: true
19+
- type: input
20+
id: url
21+
attributes:
22+
label: 链接
23+
description: 网站的网址,或文献交换格式的文档地址,请填写具体的链接,不要填网站主页。
24+
placeholder: https://link.cnki.net/doi/10.16278/j.cnki.cn13-1260/d.2021.02.003
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: description
29+
attributes:
30+
label: 情况描述
31+
description: 请提供详细的描述,包括你遇到的问题、你期望的结果、你尝试过的方法等。
32+
validations:
33+
required: true
34+
- type: checkboxes
35+
id: browser
36+
attributes:
37+
label: 浏览器
38+
description: 请选择你使用的浏览器。
39+
options:
40+
- label: Chrome(谷歌浏览器)
41+
- label: Firefox(火狐浏览器)
42+
- label: Safari
43+
- label: Edge
44+
- label: 其他
45+
validations:
46+
required: true
47+
- type: checkboxes
48+
id: check-list
49+
attributes:
50+
label: 自查清单
51+
description: 请确保你已经按照以下步骤进行了自查。
52+
options:
53+
- label: 我已经按照[教程](https://zotero-chinese.com/user-guide/faqs/update-translators.html)将转换器更新到最新版
54+
required: true
55+
- label: 我尝试过重启浏览器、Zotero或电脑
56+
required: true
57+
- label: 我尝试过使用校园网直接访问网站
58+
required: true
59+
- type: textarea
60+
id: attachments
61+
attributes:
62+
label: 附件
63+
description: 请提供截图或Zotero Connector的报错日志。

.github/ISSUE_TEMPLATE/T2_enhancement.md

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: 请求支持新功能💪
2+
description: 为现有转换器添加新功能。
3+
title: "[Enhancement]: "
4+
labels: ["enhancement"]
5+
assignees:
6+
- jiaojiaodubai
7+
body:
8+
- type: input
9+
id: url
10+
attributes:
11+
label: 链接
12+
description: 网站的网址,或文献交换格式的文档地址。
13+
validations:
14+
required: true
15+
- type: checkboxes
16+
id: features
17+
attributes:
18+
label: 你想添加的功能
19+
description: 请选择你希望添加的功能。
20+
options:
21+
- label: 支持抓取/导出附件
22+
- label: 支持抓取网页快照
23+
- label: 支持抓取引用数
24+
validations:
25+
required: true

.github/ISSUE_TEMPLATE/T3_new_translator.md

Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
name: 申请新转换器🙋‍♂️
2+
description: 申请新的转换器,使Zotero能够从新的网站或文献交换格式导入,或者导出为新的文献交换格式。
3+
title: "[New]: "
4+
labels: ["new translator"]
5+
assignees:
6+
- jiaojiaodubai
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
- 这个模板仅用于为**尚未支持**的网站或文献交换格式申请转换器。
12+
- 本仓库仅维护中文(含简体中文、繁体中文、少数民族文字)语言地区的转换器,其他语言的转换器请到[官方仓库](https://github.com/zotero/translators)申请。
13+
- **请不要**用这个模板反馈bug,bug应使用[bug模板](https://github.com/l0o0/translators_CN/issues/new?template=T1_bug.yaml)。
14+
- **更不要**误认为此模板可以“更新转换器”,当前茉莉花已经支持自动更新转换器,更新转换器的教程见[此处](https://zotero-chinese.com/user-guide/faqs/update-translators)。
15+
- type: checkboxes
16+
id: type
17+
attributes:
18+
label: 转换器类型
19+
description: 请选择转换器的类型。
20+
options:
21+
- label: 网页转换器(用于从网页抓取条目)
22+
- label: 导入转换器(用于将条目导出为某种文献交换格式)
23+
- label: 导出转换器(用于从某种文献交换格式导入条目)
24+
validations:
25+
required: true
26+
- type: input
27+
id: url
28+
attributes:
29+
label: 链接
30+
description: 网站的网址,或文献交换格式的文档地址。
31+
placeholder: https://wwww.cnki.net/
32+
validations:
33+
required: true
34+
- type: checkboxes
35+
id: item-type
36+
attributes:
37+
label: 条目类型
38+
description: 可抓取/导入/导出的条目类型
39+
options:
40+
- label: 期刊论文
41+
- label: 报纸文章
42+
- label: 会议论文
43+
- label: 学位论文
44+
- label: 图书
45+
- label: 书籍章节
46+
- label: 标准
47+
- label: 专利
48+
- label: 报告
49+
- label: 法律法规
50+
- label: 案件
51+
- label: 论坛帖子
52+
- label: 博客文章
53+
- label: 视频
54+
- label: 音频
55+
- label: 图像
56+
- label: 其他
57+
validations:
58+
required: true
59+
- type: checkboxes
60+
id: permissions
61+
attributes:
62+
label: 权限
63+
description: 请描述访问相关资源(如网站)时需要的特殊权限。
64+
options:
65+
- label: 注册帐号
66+
- label: 机构帐号
67+
- label: 付费帐号
68+
- label: IP认证
69+
- label: 其他
70+
- type: markdown
71+
id: note
72+
attributes:
73+
value: |
74+
注:如果网站需要特殊权限(如机构认证、会员帐号)才能打开详情页面,请联系邮箱 <jiaojiaodubai23@gmail.com> 帮助开发者访问网站,以便尽早完成开发。

.github/ISSUE_TEMPLATE/T4_discussion.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)