remove yaml errors (#1144)

This commit is contained in:
Straithe
2022-08-28 18:29:48 -04:00
committed by GitHub
parent a2ff44f0fd
commit e5e1507b4f
3 changed files with 3 additions and 11 deletions

View File

@ -8,7 +8,7 @@ body:
value: |
Thank you for taking the time to fill out this bug report!
- type: dropdown
id: issue type
id: issue-type
attributes:
label: What type of issue is this?
options:
@ -25,7 +25,7 @@ body:
validations:
required: true
- type: textarea
id: reproduce issue
id: reproduce-issue
attributes:
label: What are the steps to reproduce this?
placeholder: Please provide the steps to reproduce this issue

View File

@ -8,7 +8,7 @@ body:
value: |
Thank you for taking the time to fill out this feature request form!
- type: textarea
id: feature request
id: feature-request
attributes:
label: What feature would you like to see and why?
description: Please be as detailed as possible with your feature request.

View File

@ -49,14 +49,6 @@ body:
attributes:
label: What is the output of ```hackrf_info```?
description: Please put the output of the command in the box below or indicate N/A.
placeholder: ```hackrf_info version: unknown
libhackrf version: unknown (0.5)
Found HackRF
Index: 0
Serial number: 0000000000000000325866e6211d5123
Board ID Number: 2 (HackRF One)
Firmware Version: git-9a1c0e4e (API:1.06)
Part ID Number: 0xa000cb3c 0x004c4752```
validations:
required: true
- type: textarea