From 50adfb7cb2db68f28fd4c7c68abde96ff814cd32 Mon Sep 17 00:00:00 2001 From: Xwite <82232510+Xwite@users.noreply.github.com> Date: Fri, 24 Mar 2023 22:23:41 +0800 Subject: [PATCH 1/3] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..3baa0b032 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: GitHub Community Support + url: https://github.com/gedoor/legado/discussions + about: Please ask and answer questions here. From 5b9eb3cd2b1d0db055a36b4c6a6251e8a406b456 Mon Sep 17 00:00:00 2001 From: Xwite <82232510+Xwite@users.noreply.github.com> Date: Fri, 24 Mar 2023 22:25:55 +0800 Subject: [PATCH 2/3] Update config.yml --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3baa0b032..9374e6719 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - - name: GitHub Community Support + - name: 讨论 / Discussions url: https://github.com/gedoor/legado/discussions about: Please ask and answer questions here. From db4a5a6efd7684143416cfd61e134453b2800908 Mon Sep 17 00:00:00 2001 From: Xwite <82232510+Xwite@users.noreply.github.com> Date: Fri, 24 Mar 2023 22:34:34 +0800 Subject: [PATCH 3/3] Update 02-featureRequest.yml --- .github/ISSUE_TEMPLATE/02-featureRequest.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/02-featureRequest.yml b/.github/ISSUE_TEMPLATE/02-featureRequest.yml index 208e11f43..761111c75 100644 --- a/.github/ISSUE_TEMPLATE/02-featureRequest.yml +++ b/.github/ISSUE_TEMPLATE/02-featureRequest.yml @@ -1,32 +1,32 @@ -name: 功能请求 -description: 提交你希望能够在阅读中增加的功能 +name: 功能请求 / Features +description: Request new features labels: ["需求"] body: - type: checkboxes attributes: - label: 确认 - description: 提交issue请确保完成以下前提,否则该issue可能被忽略 + label: 确认 / Assignments + description: 提交issue请确保完成以下前提,否则该issue可能被忽略 / Make sure you read checkbox below options: - - label: 搜索现有issues,不存在相似或相关的issue + - label: 搜索现有issues,不存在相似或相关的issue / No related requests required: true - type: textarea attributes: - label: 功能描述 + label: 功能描述 / Features placeholder: 请清晰的、详细的描述你想要的功能 validations: required: true - type: textarea attributes: - label: 期望实现方式 + label: 期望实现方式 / How to implement placeholder: 阅读应该如何实现该功能 validations: required: true - type: textarea attributes: - label: 附加信息 + label: 附加信息 / Additions placeholder: 其他的与功能相关的附加信息 - type: textarea attributes: - label: 效果演示 + label: 效果演示 / Demo placeholder: 可以手绘一些草图,或者提供可借鉴的图片