返回 AiToEarn
bug_report.yml
根目录 / .github / ISSUE_TEMPLATE / bug_report.yml
1 name: "🕷️ Bug report"
2 description: Report errors or unexpected behavior
3 labels:
4 - bug
5 body:
6 - type: checkboxes
7 attributes:
8 label: Self Checks
9 description: "Please review the following before submitting. We recommend completing as many items as possible."
10 options:
11 - label: I have read the [Contributing Guide](https://github.com/yikart/AiToEarn/blob/main/CONTRIBUTING.md).
12 required: false
13 - label: I have searched for existing issues [search for existing issues](https://github.com/yikart/AiToEarn/issues), including closed ones.
14 required: false
15 - label: I can provide the report in English if needed to help more contributors participate in the discussion.
16 required: false
17 - label: "Please do not modify this template :) and fill in all the required fields."
18 required: true
19
20 - type: input
21 attributes:
22 label: Aitoearn version
23 description:
24 validations:
25 required: true
26
27 - type: dropdown
28 attributes:
29 label: Please select your platform
30 description:
31 multiple: true
32 options:
33 - Android
34 - Windows
35 - Mac
36 - Web
37 validations:
38 required: true
39
40 - type: textarea
41 attributes:
42 label: Steps to reproduce
43 description: We highly suggest including screenshots and a bug report log. Please use the right markdown syntax for code blocks.
44 placeholder: Having detailed steps helps us reproduce the bug. If you have logs, please use fenced code blocks (triple backticks ```) to format them.
45 validations:
46 required: true
47
48 - type: textarea
49 attributes:
50 label: ✔️ Expected Behavior
51 description: Describe what you expected to happen.
52 placeholder: What were you expecting? Please do not copy and paste the steps to reproduce here.
53 validations:
54 required: true
55
56 - type: textarea
57 attributes:
58 label: ❌ Actual Behavior
59 description: Describe what actually happened.
60 placeholder: What happened instead? Please do not copy and paste the steps to reproduce here.
61 validations:
62 required: false
63
63 lines YAML