Skip to content

Commit 2e675dc

Browse files
committed
Update issue templates
1 parent 50b979b commit 2e675dc

5 files changed

Lines changed: 56 additions & 37 deletions

File tree

.github/ISSUE_TEMPLATE/01-bugReport.md

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: 反馈问题 (Bug report)
2+
description: xxx 脚本的 xxx 功能失效了,或出现其他预期之外的问题...
3+
title: "[脚本名称] xxx 功能失效(记得修改该标题示例,并移除该括号提示)"
4+
labels: 反馈问题
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
发之前,请先搜下有没有类似的 [Issues](https://github.com/XIU2/UserScript/issues) 问题(包括[关闭](https://github.com/XIU2/UserScript/issues?q=is%3Aissue+is%3Aclosed)的),请勿重复发起!
10+
请认真填写以下问题!如果太敷衍的话,我可能会关闭该 Issues!
11+
- type: textarea
12+
id: description
13+
attributes:
14+
label: 问题描述
15+
description: 必填,最好写上 复现问题 的步骤,越详细越好,特别是一些复杂的问题
16+
placeholder: 请输入...
17+
validations:
18+
required: true
19+
- type: textarea
20+
id: screenshots
21+
attributes:
22+
label: 附加截图
23+
description: 可选,也可以是一些错误代码
24+
placeholder: 可在此粘贴图片,或点击下方 [Attach files by dragging & dropping, selecting or pasting them.] 文字来选择图片...

.github/ISSUE_TEMPLATE/02-featureRequest.md

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: 功能建议 (Feature request)
2+
description: xxx 脚本的 xxx 功能有什么建议,或希望添加一些新功能~
3+
title: "[脚本名称] 希望添加 xxx 功能(记得修改该标题示例,并移除该括号提示)"
4+
labels: 功能建议
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
***注意:本项目已不再接受任何【新脚本请求】! ***
10+
11+
发之前,请先搜下有没有类似的 [Issues](https://github.com/XIU2/CloudflareSpeedTest/issues) (包括[关闭](https://github.com/XIU2/CloudflareSpeedTest/issues?q=is%3Aissue+is%3Aclosed)的),请勿重复发起!
12+
另外,无论添加修改什么功能,都需要消耗大量时间与精力,因此请确保该功能建议是大家都需要的,而不是只为了满足个人小众需求!
13+
14+
如果是希望 [自动无缝翻页] 脚本添加某个网站的支持,那么就在下面 `功能需求` 处写上具体到某个网页的 URL 地址(而不是直接写个首页地址),并在 `预期目标` 中简单介绍该网站。
15+
因为精力有限,目前主要维护现有规则,因此是否添加支持则看 网站类型 与 个人兴趣,不再全盘接受了~
16+
- type: textarea
17+
id: description
18+
attributes:
19+
label: 功能需求
20+
description: 必填,你要什么样的功能?
21+
placeholder: 请输入...
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: anticipation
26+
attributes:
27+
label: 预期目标
28+
description: 必填,你希望该功能具体是什么样子的?如果能提供 示例/截图/代码 就更好了
29+
placeholder: 请输入...
30+
validations:
31+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

0 commit comments

Comments
 (0)