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

View File

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

View File

@ -49,14 +49,6 @@ body:
attributes: attributes:
label: What is the output of ```hackrf_info```? label: What is the output of ```hackrf_info```?
description: Please put the output of the command in the box below or indicate N/A. 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: validations:
required: true required: true
- type: textarea - type: textarea