Merge pull request #100 from DDS-Derek/main

This commit is contained in:
jxxghp 2023-08-13 07:09:18 +08:00 committed by GitHub
commit 0f3b92fda7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 3 deletions

View File

@ -10,7 +10,7 @@ body:
1. 请按此模板提交issues不按模板提交的问题将直接关闭。 1. 请按此模板提交issues不按模板提交的问题将直接关闭。
2. 如果你的问题可以直接在以往 issue 或者 Telegram频道 中找到,那么你的 issue 将会被直接关闭。 2. 如果你的问题可以直接在以往 issue 或者 Telegram频道 中找到,那么你的 issue 将会被直接关闭。
3. 提交问题务必描述清楚、附上日志,描述不清导致无法理解和分析的问题会被直接关闭。 3. 提交问题务必描述清楚、附上日志,描述不清导致无法理解和分析的问题会被直接关闭。
4. 此仓库为后端仓库,如果是前端WebUI问题请在[前端仓库](https://github.com/jxxghp/MoviePilot-Frontend)提 issue。 4. 此仓库为后端仓库,如果是前端 WebUI 问题请在[前端仓库](https://github.com/jxxghp/MoviePilot-Frontend)提 issue。
- type: checkboxes - type: checkboxes
id: ensure id: ensure
attributes: attributes:

17
.github/ISSUE_TEMPLATE/discussion.yml vendored Normal file
View File

@ -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

View File

@ -28,5 +28,3 @@ body:
label: 参考资料 label: 参考资料
description: 可以列举一些参考资料。 description: 可以列举一些参考资料。
placeholder: "参考资料" placeholder: "参考资料"
validations:
required: true