Skip to content

Commit 99d4b3d

Browse files
committed
change(tinyusb): Changed bug report template, remove nested templates for pull request
1 parent aadfd0b commit 99d4b3d

File tree

5 files changed

+0
-84
lines changed

5 files changed

+0
-84
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml renamed to .github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,6 @@ body:
1414
required: true
1515
- 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.
1616
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
3117
- type: input
3218
id: idf_version
3319
attributes:

.github/ISSUE_TEMPLATE/config-copy.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/other-issue.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE/update_component.md renamed to .github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Checklist
22

3-
- [ ] Version in idf_component.yml file bumped
4-
- [ ] CHANGELOG.md entry added
53
- [ ] _Optional:_ README.md updated
64
- [ ] CI passing
75

0 commit comments

Comments
 (0)