返回 MoneyPrinterTurbo
bug_report.yml
根目录 / .github / ISSUE_TEMPLATE / bug_report.yml
1 name: 🐛 Bug | Bug Report
2 description: 报告错误或异常问题 | Report an error or unexpected behavior
3 title: "[Bug]: "
4 labels:
5 - bug
6
7 body:
8 - type: markdown
9 attributes:
10 value: |
11 **提交问题前,请确保您已阅读以下文档:[Getting Started (English)](https://github.com/harry0703/MoneyPrinterTurbo/blob/main/README-en.md#system-requirements-) 或 [快速开始 (中文)](https://github.com/harry0703/MoneyPrinterTurbo/blob/main/README.md#%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B-)。**
12
13 **Before submitting an issue, please make sure you've read the following documentation: [Getting Started (English)](https://github.com/harry0703/MoneyPrinterTurbo/blob/main/README-en.md#system-requirements-) or [快速开始 (Chinese)](https://github.com/harry0703/MoneyPrinterTurbo/blob/main/README.md#%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B-).**
14
15 - type: textarea
16 attributes:
17 label: 问题描述 | Current Behavior
18 description: |
19 描述您遇到的问题
20 Describe the issue you're experiencing
21 placeholder: |
22 当我执行...操作时,程序出现了...问题
23 When I perform..., the program shows...
24 validations:
25 required: true
26 - type: textarea
27 attributes:
28 label: 重现步骤 | Steps to Reproduce
29 description: |
30 详细描述如何重现此问题
31 Describe in detail how to reproduce this issue
32 placeholder: |
33 1. 打开...
34 2. 点击...
35 3. 出现错误...
36
37 1. Open...
38 2. Click on...
39 3. Error occurs...
40 validations:
41 required: true
42 - type: textarea
43 attributes:
44 label: 错误日志 | Error Logs
45 description: |
46 请提供相关错误信息或日志(注意不要包含敏感信息)
47 Please provide any error messages or logs (be careful not to include sensitive information)
48 placeholder: |
49 错误信息、日志或截图...
50 Error messages, logs, or screenshots...
51 validations:
52 required: true
53 - type: input
54 attributes:
55 label: Python 版本 | Python Version
56 description: |
57 您使用的 Python 版本
58 The Python version you're using
59 placeholder: v3.13.0, v3.10.0, etc.
60 validations:
61 required: true
62 - type: input
63 attributes:
64 label: 操作系统 | Operating System
65 description: |
66 您的操作系统信息
67 Your operating system information
68 placeholder: macOS 14.1, Windows 11, Ubuntu 22.04, etc.
69 validations:
70 required: true
71 - type: input
72 attributes:
73 label: MoneyPrinterTurbo 版本 | Version
74 description: |
75 您使用的 MoneyPrinterTurbo 版本
76 The version of MoneyPrinterTurbo you're using
77 placeholder: v1.2.2, etc.
78 validations:
79 required: true
80 - type: textarea
81 attributes:
82 label: 补充信息 | Additional Information
83 description: |
84 其他对解决问题有帮助的信息(如截图、视频等)
85 Any other information that might help solve the issue (screenshots, videos, etc.)
86 validations:
87 required: false
87 lines YAML