Skip to content

Commit 0669d68

Browse files
committed
chore(github): update bug report templates
close DIYgod#18834
1 parent 36ffd9c commit 0669d68

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report_en.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
attributes:
88
value: |
99
Please ensure you have read [documentation](https://docs.rsshub.app/), and provide all the information required by this template, otherwise the issue will be closed immediately.
10-
Due to the anti-crawling policy implemented by certain websites, some RSS routes provided by the demo will return status code 403. This is not an issue caused by RSSHub and please do not report it.
10+
Due to the anti-crawling policy implemented by certain websites, some RSS routes provided by the demo will return status code 403 or fetch failed. This is not an issue caused by RSSHub and please do not report it.
1111
1212
- type: textarea
1313
id: routes
@@ -58,16 +58,16 @@ body:
5858
label: Deployment information
5959
multiple: false
6060
options:
61-
- RSSHub demo (https://rsshub.app)
6261
- Self-hosted
62+
- RSSHub demo (https://rsshub.app)
6363
validations:
6464
required: true
6565

6666
- type: input
6767
id: deploy-info
6868
attributes:
6969
label: Deployment information (for self-hosted)
70-
description: Please provide your OS, node version and docker version(if applicable)
70+
description: Please provide your OS, node version, docker version and environment variables (if applicable)
7171
placeholder: 'OS: Linux, Node: v10.15.3, Docker: v19.03.13'
7272

7373
- type: textarea

.github/ISSUE_TEMPLATE/bug_report_zh.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ body:
77
attributes:
88
value: |
99
请确保已阅读 [文档](https://docs.rsshub.app) 内相关部分,并按照模版提供信息,否则 issue 将被立即关闭。
10-
由于部分源网站反爬缘故,演示地址一些 RSS 会返回 status code 403,该问题不是 RSSHub 所致,请勿提交 issue。
10+
由于部分源网站反爬缘故,演示地址一些 RSS 会返回 status code 403 或 fetch failed,该问题不是 RSSHub 所致,请勿提交 issue。
1111
1212
- type: textarea
1313
id: routes
1414
attributes:
1515
label: 路由地址
16-
description: 不包含参数,复制文档路由参数,一行一个,不要重复。如果和路由没有关系,请写`NOROUTE`
16+
description: 不包含参数,复制文档路由参数,一行一个,不要重复。如果和路由没有关系,请写 `NOROUTE`
1717
placeholder: /someroute/:type?
1818
render: routes
1919
validations:
@@ -58,8 +58,8 @@ body:
5858
label: 部署
5959
multiple: false
6060
options:
61-
- RSSHub 演示 (https://rsshub.app)
6261
- 自建
62+
- RSSHub 演示 (https://rsshub.app)
6363
validations:
6464
required: true
6565

@@ -68,7 +68,7 @@ body:
6868
attributes:
6969
label: 部署相关信息
7070
description: |
71-
请提供您的操作系统、node 版本和(如果适用) docker 版本
71+
请提供您的操作系统、node 版本、(如果适用) docker 版本和环境变量
7272
请确保您部署的是 [主线 master 分支](https://github.com/DIYgod/RSSHub/tree/master) 最新版 RSSHub。
7373
placeholder: 'OS: Linux, Node: v10.15.3, Docker: v19.03.13'
7474

0 commit comments

Comments
 (0)