fixing bug form

This commit is contained in:
hathach 2021-06-28 16:30:38 +07:00
parent b6f226dbaa
commit 903e699273
1 changed files with 4 additions and 13 deletions

View File

@ -1,15 +1,12 @@
name: Bug Report name: Bug Report
description: Report a problem with TinyUSB. description: Report a problem with TinyUSB
title: '' labels: 'Bug 🐞'
labels: Bug 🐞
assignees: ''
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Thanks for taking the time to fill out this bug report! 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. It's okay to leave some blank if it doesn't apply to your problem.
- type: dropdown - type: dropdown
attributes: attributes:
label: Operating System label: Operating System
@ -23,28 +20,24 @@ body:
- Windows 10 - Windows 10
- Windows 11 - Windows 11
- Others - Others
- type: input - type: input
attributes: attributes:
label: Board label: Board
placeholder: e.g Feather nRF52840 Express placeholder: e.g Feather nRF52840 Express
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Firmware 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. placeholder: e.g examples/device/cdc_msc. If it is custom firmware, please provide links to your minimal sources or as attached files.
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: What happened ? label: What happened ?
placeholder: A clear and concise description of what the bug is. placeholder: A clear and concise description of what the bug is.
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: How to reproduce ? label: How to reproduce ?
@ -54,7 +47,6 @@ body:
3. See error 3. See error
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Debug Log 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) 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: validations:
required: false required: false
- type: textarea - type: textarea
attributes: attributes:
label: Screenshots (if any) label: Screenshots (if any)