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 component documentation [ESP-IDF Components](https://components.espressif.com) and the issue is not addressed there.
12
+
required: true
13
+
- label: I am using target and esp-idf version as defined in component's idf_component.yml
14
+
required: true
15
+
- label: I have searched the [issue tracker](https://github.com/espressif/esp-usb/issues?q=is%3Aissue) for a similar issue and not found any related issue.
16
+
required: true
17
+
- type: dropdown
18
+
id: component
19
+
attributes:
20
+
label: Which component are you using? If you choose Other, provide details in More Information.
21
+
multiple: false
22
+
options:
23
+
- device/esp_tinyusb
24
+
- host/cdc
25
+
- host/hid
26
+
- host/msc
27
+
- host/uvc
28
+
- Other
29
+
validations:
30
+
required: true
31
+
- type: input
32
+
id: idf_version
33
+
attributes:
34
+
label: ESP-IDF version.
35
+
description: On which ESP-IDF version does this issue occur on? Run `git describe --tags` in your esp-idf folder to find it.
36
+
placeholder: ex. v5.0-rc1
37
+
validations:
38
+
required: true
39
+
- type: input
40
+
id: devkit
41
+
attributes:
42
+
label: Development Kit.
43
+
description: On which Development Kit does this issue occur on?
description: Suggest an idea or new component for this project.
3
+
labels: ["Type: Feature Request"]
4
+
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: |
8
+
* 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/espressif/esp-usb/labels/Type%3A%20Feature%20Request), feel free to add comments to them.
10
+
- type: textarea
11
+
id: problem-related
12
+
attributes:
13
+
label: Is your feature request related to a problem?
14
+
description: Please provide a clear and concise description of what the problem is.
15
+
placeholder: ex. I'm always frustrated when ...
16
+
- type: textarea
17
+
id: solution
18
+
attributes:
19
+
label: Describe the solution you'd like.
20
+
description: Please provide a clear and concise description of what you want to happen.
21
+
placeholder: ex. When building my application ...
22
+
- type: textarea
23
+
id: alternatives
24
+
attributes:
25
+
label: Describe alternatives you've considered.
26
+
description: Please provide a clear and concise description of any alternative solutions or features you've considered.
27
+
placeholder: ex. Choosing other approach wouldn't work, because ...
28
+
- type: textarea
29
+
id: context
30
+
attributes:
31
+
label: Additional context.
32
+
description: Please add any other context or screenshots about the feature request here.
0 commit comments