mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 16:44:13 +08:00
41 lines
1.0 KiB
YAML
41 lines
1.0 KiB
YAML
name: Bug Report 错误报告
|
||
description: Report bugs 报告错误
|
||
labels: bug
|
||
body:
|
||
- type: input
|
||
attributes:
|
||
label: Version 程序版本
|
||
validations:
|
||
required: true
|
||
- type: input
|
||
attributes:
|
||
label: OS version and bits 系统版本和位数
|
||
placeholder: >
|
||
e.g. windows 7 sp1 32 bits, windows 11 23H2 64 bits
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
attributes:
|
||
label: bug's screenshot 错误截图
|
||
validations:
|
||
required: true
|
||
|
||
- type: textarea
|
||
attributes:
|
||
label: Reproduction steps 复现步骤
|
||
description: >
|
||
Describe the reproduction steps precisely if possible.
|
||
|
||
尽可能详细描述错误产生的细节。
|
||
validations:
|
||
required: true
|
||
|
||
- type: textarea
|
||
attributes:
|
||
label: Log file 日志文件
|
||
description: >
|
||
Run LunaTranslator_debug.exe to reproduce the error, and then upload the generated log_*.txt file.
|
||
|
||
运行LunaTranslator_debug.exe复现错误,然后上传产生的log_*.txt文件。
|
||
validations:
|
||
required: true |