Merge branch 'main' of https://github.com/mtvpls/MoonTVPlus
This commit is contained in:
87
.github/ISSUE_TEMPLATE/bug.yaml
vendored
Normal file
87
.github/ISSUE_TEMPLATE/bug.yaml
vendored
Normal file
@@ -0,0 +1,87 @@
|
||||
name: Bug 报告 🐛
|
||||
description: 汇报一个BUG
|
||||
labels: [ "bug" ]
|
||||
assignees:
|
||||
- Mr-Quin
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: 感谢汇报BUG ❤️
|
||||
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: 最新版本
|
||||
description: 请确认您使用的是最新版本,问题可能已经被修复。
|
||||
options:
|
||||
- label: 我使用的是最新版本
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 问题描述
|
||||
description: 请提供尽可能详细的问题描述
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 复现步骤
|
||||
description: 如何复现这个问题?
|
||||
value: |
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 网络请求与日志
|
||||
description: |
|
||||
请供网络请求与日志信息
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "## 运行环境"
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: 部署方式
|
||||
description: 请选择您的部署方式
|
||||
options:
|
||||
- Docker
|
||||
- Vercel
|
||||
- 其他
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: 其他部署方式
|
||||
description: 如果选择了“其他”,请在此输入您的部署方式
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: 浏览器类型
|
||||
description: 请选择您的浏览器类型
|
||||
options:
|
||||
- Chrome
|
||||
- Firefox
|
||||
- Edge
|
||||
- Safari
|
||||
- 其他
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: 其他浏览器
|
||||
description: 如果选择了“其他”,请在此输入您的浏览器类型
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: 是否为移动设备
|
||||
options:
|
||||
- label: 是
|
||||
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
blank_issues_enabled: false
|
||||
20
.github/ISSUE_TEMPLATE/功能请求.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/功能请求.md
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
name: 功能请求
|
||||
about: 有什么想法都可以提
|
||||
title: ''
|
||||
labels: enhancement
|
||||
|
||||
---
|
||||
|
||||
**功能说明**
|
||||
简单描述需要的功能
|
||||
|
||||
|
||||
**使用场景**
|
||||
说明为什么需要这个功能
|
||||
|
||||
|
||||
**其他内容**
|
||||
其他可供参考的内容,如:
|
||||
- 截图
|
||||
- 其他有类似功能的项目
|
||||
Reference in New Issue
Block a user