From 8f0093183b9cd785e11af001f7e0f85a295ac8a3 Mon Sep 17 00:00:00 2001 From: DDSDerek <108336573+DDSDerek@users.noreply.github.com> Date: Sat, 12 Aug 2023 23:16:50 +0800 Subject: [PATCH 1/3] fix --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 38b4ddb3..7be9ab98 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -10,7 +10,7 @@ body: 1. 请按此模板提交issues,不按模板提交的问题将直接关闭。 2. 如果你的问题可以直接在以往 issue 或者 Telegram频道 中找到,那么你的 issue 将会被直接关闭。 3. 提交问题务必描述清楚、附上日志,描述不清导致无法理解和分析的问题会被直接关闭。 - 4. 此仓库为后端仓库,如果是前端WebUI问题请在[前端仓库](https://github.com/jxxghp/MoviePilot-Frontend)提 issue。 + 4. 此仓库为后端仓库,如果是前端 WebUI 问题请在[前端仓库](https://github.com/jxxghp/MoviePilot-Frontend)提 issue。 - type: checkboxes id: ensure attributes: From 24fdfe33073a1d3f666810b14d692556b5955de5 Mon Sep 17 00:00:00 2001 From: DDSDerek <108336573+DDSDerek@users.noreply.github.com> Date: Sat, 12 Aug 2023 23:17:08 +0800 Subject: [PATCH 2/3] fix --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b29839d0..ed408c56 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -28,5 +28,3 @@ body: label: 参考资料 description: 可以列举一些参考资料。 placeholder: "参考资料" - validations: - required: true From e93f1f0a4c8b2b25f4e03ac3264b3a1e924fb8aa Mon Sep 17 00:00:00 2001 From: DDSDerek <108336573+DDSDerek@users.noreply.github.com> Date: Sat, 12 Aug 2023 23:43:33 +0800 Subject: [PATCH 3/3] feat: discussion --- .github/ISSUE_TEMPLATE/discussion.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/discussion.yml diff --git a/.github/ISSUE_TEMPLATE/discussion.yml b/.github/ISSUE_TEMPLATE/discussion.yml new file mode 100644 index 00000000..3e14336f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/discussion.yml @@ -0,0 +1,17 @@ +name: 项目讨论 +description: discussion +title: "[Discussion]: " +labels: ["discussion"] +body: + - type: markdown + attributes: + value: | + [BUG](https://github.com/jxxghp/MoviePilot/issues/new?assignees=&labels=bug&template=bug_report.yml&title=%5BBUG%5D%3A) 与 [Feature Request](https://github.com/jxxghp/MoviePilot/issues/new?assignees=&labels=feature+request&template=feature_request.yml&title=%5BFeature+Request%5D%3A+) 请转到对应位置提交。 + - type: textarea + id: discussion + attributes: + label: 项目讨论 + description: 请详细描述需要讨论的内容。 + placeholder: "项目讨论" + validations: + required: true