You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Before submitting a new issue, please follow the checklist and try to find the answer.
10
+
options:
11
+
- label: I have read the documentation [XiaoZhi AI Programming Guide](https://ccnphfhqs21z.feishu.cn/wiki/F5krwD16viZoF0kKkvDcrZNYnhb) and the issue is not addressed there.
12
+
required: true
13
+
- label: I have updated my branch (master or release) to the latest version and checked that the issue is present there.
14
+
required: true
15
+
- label: I have searched the issue tracker for a similar issue and not found a similar issue.
16
+
required: true
17
+
- type: input
18
+
id: xiaozhi_ai_version
19
+
attributes:
20
+
label: XiaoZhi AI version.
21
+
description: On which XiaoZhi AI version does this issue occur on? Run `git describe --tags` to find it.
22
+
placeholder: ex. v1.1.0-44-g140aab8
23
+
validations:
24
+
required: true
25
+
- type: dropdown
26
+
id: operating_system
27
+
attributes:
28
+
label: Operating System used.
29
+
multiple: false
30
+
options:
31
+
- Windows
32
+
- Linux
33
+
- macOS
34
+
validations:
35
+
required: true
36
+
- type: dropdown
37
+
id: build
38
+
attributes:
39
+
label: How did you build your project?
40
+
multiple: false
41
+
options:
42
+
- Command line with CMake
43
+
- Command line with idf.py
44
+
- CLion IDE
45
+
- VS Code IDE/Cursor
46
+
- Other (please specify in More Information)
47
+
validations:
48
+
required: true
49
+
- type: dropdown
50
+
id: windows_comand_line
51
+
attributes:
52
+
label: If you are using Windows, please specify command line type.
53
+
multiple: false
54
+
options:
55
+
- PowerShell
56
+
- CMD
57
+
validations:
58
+
required: false
59
+
- type: textarea
60
+
id: expected
61
+
attributes:
62
+
label: What is the expected behavior?
63
+
description: Please provide a clear and concise description of the expected behavior.
64
+
placeholder: I expected it to...
65
+
validations:
66
+
required: true
67
+
- type: textarea
68
+
id: actual
69
+
attributes:
70
+
label: What is the actual behavior?
71
+
description: Please describe actual behavior.
72
+
placeholder: Instead it...
73
+
validations:
74
+
required: true
75
+
- type: textarea
76
+
id: steps
77
+
attributes:
78
+
label: Steps to reproduce.
79
+
description: 'How do you trigger this bug? Please walk us through it step by step. If this is build bug, please attach sdkconfig file (from your project folder). Please attach your code here.'
80
+
value: |
81
+
1. Step
82
+
2. Step
83
+
3. Step
84
+
...
85
+
validations:
86
+
required: true
87
+
- type: textarea
88
+
id: debug_logs
89
+
attributes:
90
+
label: Build or installation Logs.
91
+
description: Build or installation log goes here, should contain the backtrace, as well as the reset source if it is a crash.
92
+
placeholder: Your log goes here.
93
+
render: plain
94
+
validations:
95
+
required: false
96
+
- type: textarea
97
+
id: more-info
98
+
attributes:
99
+
label: More Information.
100
+
description: Do you have any other information from investigating this?
description: Before submitting a new issue, please follow the checklist and try to find the answer.
10
+
options:
11
+
- label: I have read the documentation [XiaoZhi AI Programming Guide](https://ccnphfhqs21z.feishu.cn/wiki/F5krwD16viZoF0kKkvDcrZNYnhb) and the issue is not addressed there.
12
+
required: true
13
+
- label: I have updated my firmware to the latest version and checked that the issue is present there.
14
+
required: true
15
+
- label: I have searched the issue tracker for a similar issue and not found a similar issue.
16
+
required: true
17
+
- type: input
18
+
id: xiaozhi_ai_firmware_version
19
+
attributes:
20
+
label: XiaoZhi AI firmware version.
21
+
description: On which firmware version does this issue occur on?
22
+
placeholder: ex. v1.2.1_bread-compact-wifi
23
+
validations:
24
+
required: true
25
+
- type: dropdown
26
+
id: operating_system
27
+
attributes:
28
+
label: Operating System used.
29
+
multiple: false
30
+
options:
31
+
- Windows
32
+
- Linux
33
+
- macOS
34
+
validations:
35
+
required: true
36
+
- type: dropdown
37
+
id: build
38
+
attributes:
39
+
label: How did you build your project?
40
+
multiple: false
41
+
options:
42
+
- Command line with CMake
43
+
- Command line with idf.py
44
+
- CLion IDE
45
+
- VS Code IDE/Cursor
46
+
- Other (please specify in More Information)
47
+
validations:
48
+
required: true
49
+
- type: dropdown
50
+
id: windows_comand_line
51
+
attributes:
52
+
label: If you are using Windows, please specify command line type.
53
+
multiple: false
54
+
options:
55
+
- PowerShell
56
+
- CMD
57
+
validations:
58
+
required: false
59
+
- type: dropdown
60
+
id: power_supply
61
+
attributes:
62
+
label: Power Supply used.
63
+
multiple: false
64
+
options:
65
+
- USB
66
+
- External 5V
67
+
- External 3.3V
68
+
- Battery
69
+
validations:
70
+
required: true
71
+
- type: textarea
72
+
id: expected
73
+
attributes:
74
+
label: What is the expected behavior?
75
+
description: Please provide a clear and concise description of the expected behavior.
76
+
placeholder: I expected it to...
77
+
validations:
78
+
required: true
79
+
- type: textarea
80
+
id: actual
81
+
attributes:
82
+
label: What is the actual behavior?
83
+
description: Please describe actual behavior.
84
+
placeholder: Instead it...
85
+
validations:
86
+
required: true
87
+
- type: textarea
88
+
id: steps
89
+
attributes:
90
+
label: Steps to reproduce.
91
+
description: 'How do you trigger this bug? Please walk us through it step by step. Please attach your code here.'
92
+
value: |
93
+
1. Step
94
+
2. Step
95
+
3. Step
96
+
...
97
+
validations:
98
+
required: true
99
+
- type: textarea
100
+
id: debug_logs
101
+
attributes:
102
+
label: Debug Logs.
103
+
description: Debug log goes here, should contain the backtrace, as well as the reset source if it is a crash.
104
+
placeholder: Your log goes here.
105
+
render: plain
106
+
validations:
107
+
required: false
108
+
- type: textarea
109
+
id: more-info
110
+
attributes:
111
+
label: More Information.
112
+
description: Do you have any other information from investigating this?
* We welcome any ideas or feature requests! It’s helpful if you can explain exactly why the feature would be useful.
9
+
* There are usually some outstanding feature requests in the [existing issues list](https://github.com/78/xiaozhi-esp32/labels/enhancement), feel free to add comments to them.
10
+
* If you would like to contribute, please read the [contributions guide](https://ccnphfhqs21z.feishu.cn/wiki/F5krwD16viZoF0kKkvDcrZNYnhb).
11
+
- type: textarea
12
+
id: problem-related
13
+
attributes:
14
+
label: Is your feature request related to a problem?
15
+
description: Please provide a clear and concise description of what the problem is.
16
+
placeholder: ex. I'm always frustrated when ...
17
+
- type: textarea
18
+
id: solution
19
+
attributes:
20
+
label: Describe the solution you'd like.
21
+
description: Please provide a clear and concise description of what you want to happen.
22
+
placeholder: ex. When using XiaoZhi ...
23
+
- type: textarea
24
+
id: alternatives
25
+
attributes:
26
+
label: Describe alternatives you've considered.
27
+
description: Please provide a clear and concise description of any alternative solutions or features you've considered.
28
+
placeholder: ex. Choosing other approach wouldn't work, because ...
29
+
- type: textarea
30
+
id: context
31
+
attributes:
32
+
label: Additional context.
33
+
description: Please add any other context or screenshots about the feature request here.
0 commit comments