From 54f78956d7c701e7f0a328f86d8a277eb4046b4f Mon Sep 17 00:00:00 2001 From: Chi Lei <9316590+lychichem@users.noreply.github.com> Date: Sun, 24 Jul 2022 08:35:51 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0issue=20template=20(?= =?UTF-8?q?#10310)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update bug_report_en.yml * Update bug_report_zh.yml --- .github/ISSUE_TEMPLATE/bug_report_en.yml | 4 ++-- .github/ISSUE_TEMPLATE/bug_report_zh.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_en.yml b/.github/ISSUE_TEMPLATE/bug_report_en.yml index eec29a15a..ac686b2dc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_en.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_en.yml @@ -14,7 +14,7 @@ body: attributes: label: Routes description: The involved route, without any parameters, copied directly from the docs "route" field, one link per line. Use `NOROUTE` if it is not route related. - placeholder: /rsshub/someroute/:type? + placeholder: /someroute/:type? render: routes validations: required: true @@ -24,7 +24,7 @@ body: attributes: label: Full routes description: The involved route, with all required and optional parameters, and could be duplicate if necessary (different parameters) - placeholder: /rsshub/routes/1234?some_extension=mode + placeholder: /routes/1234?some_extension=mode render: fullroutes validations: required: true diff --git a/.github/ISSUE_TEMPLATE/bug_report_zh.yml b/.github/ISSUE_TEMPLATE/bug_report_zh.yml index 7295927cc..d0a646ac2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_zh.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_zh.yml @@ -14,7 +14,7 @@ body: attributes: label: 路由地址 description: 不包含参数,复制文档路由参数,一行一个,不要重复。如果和路由没有关系,请写`NOROUTE` - placeholder: /rsshub/someroute/:type? + placeholder: /someroute/:type? render: routes validations: required: true @@ -24,7 +24,7 @@ body: attributes: label: 完整路由地址 description: 包含所有必选与可选参数,一行一个,可以有重复路由不同参数(如果需要) - placeholder: /rsshub/routes/1234?some_extension=mode + placeholder: /routes/1234?some_extension=mode render: fullroutes validations: required: true