From dc1a905f73b58682552509e9aed10beb06d16b01 Mon Sep 17 00:00:00 2001 From: Kenshin Wang Date: Mon, 13 Mar 2023 15:40:12 +0800 Subject: [PATCH] Update and rename -------------.md to new_site.yml --- .github/ISSUE_TEMPLATE/-------------.md | 32 ------------------------- .github/ISSUE_TEMPLATE/new_site.yml | 22 +++++++++++++++++ 2 files changed, 22 insertions(+), 32 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/-------------.md create mode 100644 .github/ISSUE_TEMPLATE/new_site.yml diff --git a/.github/ISSUE_TEMPLATE/-------------.md b/.github/ISSUE_TEMPLATE/-------------.md deleted file mode 100644 index 2685e2fa2..000000000 --- a/.github/ISSUE_TEMPLATE/-------------.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: 新站适配或阅读模式解析错误 -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/new_site.yml b/.github/ISSUE_TEMPLATE/new_site.yml new file mode 100644 index 000000000..1d21623a6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new_site.yml @@ -0,0 +1,22 @@ +name: 新站适配 +description: 提交需要适配的站点 +labels: ["new site"] +body: + - type: markdown + attributes: + value: | + 大部分网页都可以正常使用简悦的阅读模式,简悦官方收录的新站具有大众类型的网站。 + - type: textarea + id: website + attributes: + label: 需要适配的新站 + placeholder: 请输入这个站点的 URL,如果这个站的规则比较多,请多帮忙提供一些 URL 作为参考 + validations: + required: true + - type: textarea + id: what-happened + attributes: + label: 有需要请描述这个站的性质 + description: 尤其是英文类型的网站,我需要判断这个站是否具有适配的必要。 + validations: + required: false