mirror of
https://github.com/KuekHaoYang/KVideo.git
synced 2026-08-21 03:33:42 +08:00
new
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
name: 🐛 错误报告 (Bug Report)
|
||||
description: 创建一个报告以帮助我们改进 KVideo
|
||||
title: "[Bug]: "
|
||||
labels: ["bug", "triage"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
感谢您花时间填写此错误报告!
|
||||
- type: checkboxes
|
||||
id: duplicates
|
||||
attributes:
|
||||
label: 重复检查
|
||||
description: 请确保您已搜索过现有的 Issue,以避免重复报告。
|
||||
options:
|
||||
- label: 我已搜索过现有的 Issue,没有发现类似的问题。
|
||||
required: true
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: 问题描述
|
||||
description: 请清晰简洁地描述发生了什么问题。
|
||||
placeholder: 比如:点击播放按钮时,播放器没有反应...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: reproduction
|
||||
attributes:
|
||||
label: 复现步骤
|
||||
description: 请提供复现该问题的步骤。
|
||||
placeholder: |
|
||||
1. 打开首页
|
||||
2. 搜索 "Matrix"
|
||||
3. 点击第一个结果
|
||||
4. ...
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: environment
|
||||
attributes:
|
||||
label: 环境信息
|
||||
description: 请提供您的浏览器版本、操作系统等信息。
|
||||
placeholder: Chrome 120, macOS 14.2
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: 相关日志
|
||||
description: 如果有控制台报错或服务器日志,请粘贴在这里。
|
||||
render: shell
|
||||
@@ -0,0 +1,8 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: 提问 / Questions
|
||||
url: https://github.com/KuekHaoYang/KVideo/discussions/new?category=q-a
|
||||
about: 如果你有关于项目的问题,请在这里提问。
|
||||
- name: 安全漏洞 / Security Vulnerability
|
||||
url: https://github.com/KuekHaoYang/KVideo/security/advisories/new
|
||||
about: 报告安全漏洞。
|
||||
@@ -0,0 +1,45 @@
|
||||
name: 🚀 功能请求 (Feature Request)
|
||||
description: 建议一个新功能或改进
|
||||
title: "[Feat]: "
|
||||
labels: ["enhancement", "triage"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
感谢您建议新功能!
|
||||
- type: checkboxes
|
||||
id: duplicates
|
||||
attributes:
|
||||
label: 重复检查
|
||||
description: 请确保您已搜索过现有的 Issue,以避免重复建议。
|
||||
options:
|
||||
- label: 我已搜索过现有的 Issue,没有发现类似的建议。
|
||||
required: true
|
||||
- type: textarea
|
||||
id: problem
|
||||
attributes:
|
||||
label: 问题描述
|
||||
description: 这个功能是为了解决什么问题?
|
||||
placeholder: 比如:我总是很难找到我上次看到的视频...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: solution
|
||||
attributes:
|
||||
label: 建议的解决方案
|
||||
description: 您希望如何解决这个问题?
|
||||
placeholder: 比如:添加一个"观看历史"的侧边栏...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: alternatives
|
||||
attributes:
|
||||
label: 替代方案
|
||||
description: 您是否考虑过其他替代方案?
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: context
|
||||
attributes:
|
||||
label: 其他上下文
|
||||
description: 任何其他有助于理解该功能的截图或上下文。
|
||||
@@ -0,0 +1,35 @@
|
||||
# 描述 (Description)
|
||||
|
||||
请简要描述您的更改。说明您解决的问题或添加的功能。
|
||||
|
||||
## 关联 Issue (Related Issue)
|
||||
|
||||
如果有相关的 Issue,请在这里链接 (例如: Fixes #123)。
|
||||
|
||||
## 更改类型 (Type of Change)
|
||||
|
||||
请删除不适用的选项:
|
||||
|
||||
- [ ] 🐛 Bug 修复 (Bug fix)
|
||||
- [ ] ✨ 新功能 (New feature)
|
||||
- [ ] 📝 文档更新 (Documentation update)
|
||||
- [ ] 💄 样式/UI 更新 (Style/UI update)
|
||||
- [ ] ♻️ 代码重构 (Refactoring)
|
||||
- [ ] ⚡️ 性能优化 (Performance improvement)
|
||||
- [ ] 🔧 配置更改 (Configuration change)
|
||||
|
||||
## 检查清单 (Checklist)
|
||||
|
||||
在提交 PR 之前,请确保您已完成以下检查:
|
||||
|
||||
- [ ] 我已阅读并遵守 [贡献指南](../CONTRIBUTING.md)
|
||||
- [ ] 我的代码遵循项目的代码风格
|
||||
- [ ] 我已对自己更改的代码进行了自我审查
|
||||
- [ ] 我已注释了难以理解的代码部分
|
||||
- [ ] 我已更新了相应的文档 (如果适用)
|
||||
- [ ] 我的更改没有产生新的警告或错误
|
||||
- [ ] 我已测试了我的更改,确保其按预期工作
|
||||
|
||||
## 截图/录屏 (Screenshots/Recordings)
|
||||
|
||||
如果您的更改涉及 UI/UX,请提供截图或录屏:
|
||||
Reference in New Issue
Block a user