Files
JKVideo/.github/ISSUE_TEMPLATE/bug_report.yml
Developer 3f82646496 init
2026-03-26 12:15:40 +08:00

69 lines
1.4 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: Bug 报告
description: 报告一个 Bug
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
感谢你提交 Bug 报告!请尽量填写完整信息,帮助我们更快定位问题。
- type: dropdown
id: platform
attributes:
label: 运行平台
options:
- AndroidDev Build
- AndroidExpo Go
- iOSDev Build
- iOSExpo Go
- Web
validations:
required: true
- type: dropdown
id: category
attributes:
label: 问题分类
options:
- 视频播放
- 直播
- 弹幕
- 登录 / 账号
- 下载
- UI / 界面
- 其他
validations:
required: true
- type: textarea
id: description
attributes:
label: 问题描述
placeholder: 请描述你遇到的问题...
validations:
required: true
- type: textarea
id: steps
attributes:
label: 复现步骤
placeholder: |
1. 打开 App
2. 点击 ...
3. 发现 ...
validations:
required: true
- type: textarea
id: expected
attributes:
label: 期望行为
placeholder: 你期望发生什么?
- type: textarea
id: logs
attributes:
label: 错误日志 / 截图
description: 如有控制台报错或截图,请粘贴在此
render: shell