summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-06-28 16:30:38 +0700
committerhathach <[email protected]>2021-06-28 16:30:38 +0700
commit903e69927340057f32ad43a04980edb3d091464b (patch)
tree1645e63792cb84ef8812e8256b53e5532d3347ee /.github
parentb6f226dbaaa9e269d2b3a606f92b8e9ed8576d9e (diff)
fixing bug form
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml17
1 files changed, 4 insertions, 13 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 41b9185a5..29c797ee5 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,15 +1,12 @@
name: Bug Report
-description: Report a problem with TinyUSB.
-title: ''
-labels: Bug 🐞
-assignees: ''
+description: Report a problem with TinyUSB
+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
@@ -23,28 +20,24 @@ body:
- Windows 10
- Windows 11
- Others
-
- type: input
attributes:
label: Board
placeholder: e.g Feather nRF52840 Express
validations:
- required: true
-
+ required: true
- type: textarea
attributes:
label: Firmware
placeholder: e.g examples/device/cdc_msc. If it is custom firmware, please provide links to your minimal sources or as attached files.
validations:
- required: true
-
+ 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 ?
@@ -54,7 +47,6 @@ body:
3. See error
validations:
required: true
-
- type: textarea
attributes:
label: Debug Log
@@ -63,7 +55,6 @@ body:
Note: To enable logging, add `LOG=3` to to the make command if building with stock examples or set `CFG_TUSB_DEBUG=3` in your tusb_config.h. More information can be found at [example's readme](/docs/getting_started.md)
validations:
required: false
-
- type: textarea
attributes:
label: Screenshots (if any)