mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-04 03:24:13 +08:00
34 lines
787 B
YAML
34 lines
787 B
YAML
name: Bug Report 错误报告
|
|
description: Report bugs 报告错误
|
|
labels: bug
|
|
body:
|
|
- type: input
|
|
attributes:
|
|
label: Version 程序版本
|
|
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: Logs 日志文件
|
|
description: >
|
|
Please provide me with the latest txt log file in the logs directory.
|
|
|
|
将logs目录下最新的txt日志文件给我。
|
|
validations:
|
|
required: true |