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