From 6a0a64ed2bba95047397e04b1be44f3e56c9d290 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 28 Jun 2021 17:18:09 +0700 Subject: [PATCH] use bug form template also bump up TinyUSB lib --- .github/ISSUE_TEMPLATE/bug_report.md | 29 --------- .github/ISSUE_TEMPLATE/bug_report.yml | 84 +++++++++++++++++++++++++++ libraries/Adafruit_TinyUSB_Arduino | 2 +- 3 files changed, 85 insertions(+), 30 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index da8c7a3ce..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: 'Please provide all details at least for Setup/Describe/Reproduce' -labels: 'Bug' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**Set up (mandatory)** - - **PC & IDE** : Arduino 1.8.13 on Ubuntu 18.04 / Windows 10/ macOS 10.15 - - **BSP** : 0.20.0 - - **Board** : Feather nRF52840 Express - - **Sketch**: Bluefruit52Lib/examples/Peripheral/bleuart. If it is your custom sketch, please provide a minimal sketch as attached file - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. See error - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Serial Log** -Serial output when IDE's Debug Mode Level to 1 or 2 as attached txt file diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 000000000..586fde34d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,84 @@ +name: Bug Report +description: Report a problem with TinyUSB Library +labels: 'Bug' +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + It's okay to leave some blank if it doesn't apply to your problem. + + - type: dropdown + attributes: + label: Operating System + options: + - Linux + - MacOS + - RaspberryPi OS + - Windows 7 + - Windows 10 + - Windows 11 + - Others + validations: + required: true + + - type: input + attributes: + label: IDE version + placeholder: e.g Arduino 1.8.15 + validations: + required: true + + - type: input + attributes: + label: Board + placeholder: e.g Feather nRF52840 Express + validations: + required: true + + - type: input + attributes: + label: BSP version + description: "Release version or github latest" + validations: + required: true + + - type: textarea + attributes: + label: Sketch + placeholder: | + e.g Bluefruit52Lib/examples/Peripheral/bleuart + If it is custom sketch, please provide links to your minimal sources or as attached files. + validations: + required: true + + - type: textarea + attributes: + label: What happened ? + placeholder: A clear and concise description of what the bug is. + validations: + required: true + + - type: textarea + attributes: + label: How to reproduce ? + placeholder: | + 1. Go to '...' + 2. Click on '....' + 3. See error + validations: + required: true + + - type: textarea + attributes: + label: Debug Log + placeholder: Serial output when IDE's Debug Mode Level to 1 or 2 as attached txt file. + validations: + required: false + + - type: textarea + attributes: + label: Screenshots + description: If applicable, add screenshots to help explain your problem. + validations: + required: false diff --git a/libraries/Adafruit_TinyUSB_Arduino b/libraries/Adafruit_TinyUSB_Arduino index a5f8ea068..0d2853ffb 160000 --- a/libraries/Adafruit_TinyUSB_Arduino +++ b/libraries/Adafruit_TinyUSB_Arduino @@ -1 +1 @@ -Subproject commit a5f8ea0686bbd844fb36e4a27cf6aa127f3f9711 +Subproject commit 0d2853ffb291081d96a0e4286508d8f8ab208f38