fix technical support template (#1145)

This commit is contained in:
Straithe
2022-08-28 18:47:13 -04:00
committed by GitHub
parent e5e1507b4f
commit e0b6978634

View File

@ -10,49 +10,48 @@ body:
value: | value: |
Thank you for taking the time to fill out this technical support request form! Please note that technical support requests can expect a response time of two weeks. Thank you for taking the time to fill out this technical support request form! Please note that technical support requests can expect a response time of two weeks.
- type: dropdown - type: dropdown
id: troubleshooting documentation id: troubleshooting-documentation
attributes: attributes:
label: Have you read the HackRF [troubleshooting documentation](https://hackrf.readthedocs.io/en/latest/troubleshooting.html)? label: Have you read the HackRF [troubleshooting documentation](https://hackrf.readthedocs.io/en/latest/troubleshooting.html)?
options: options:
- yes - 'yes'
- no - 'no'
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: expected outcome id: expected-outcome
attributes: attributes:
label: What outcome were you hoping for? label: What outcome were you hoping for?
placeholder: Please be detailed in what you expected to happen placeholder: Please be detailed in what you expected to happen
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: actual outcome id: actual-outcome
attributes: attributes:
label: What outcome actually happened? label: What outcome actually happened?
placeholder: Please be detailed in what did happen placeholder: Please be detailed in what did happen
validations: validations:
required: true required: true
- type: checkboxes - type: checkboxes
id: operating systems id: operating-systems
attributes: attributes:
label: What operating systems are you seeing the problem on? label: What operating systems are you seeing the problem on?
multiple: true
options: options:
- Linux - 'Linux'
- Windows - 'Windows'
- MacOS - 'MacOS'
- other - 'other'
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: hackrf_info output id: hackrf_info-output
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.
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: third-party software id: third-party-software
attributes: attributes:
label: Are you using any third-party software? label: Are you using any third-party software?
description: Please list the software you are using with your HackRF or indicate N/A. Please list version numbers where possible. description: Please list the software you are using with your HackRF or indicate N/A. Please list version numbers where possible.
@ -60,7 +59,7 @@ body:
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: third-party software id: third-party-hardware
attributes: attributes:
label: Are you using any third-party hardware? label: Are you using any third-party hardware?
description: Please list any hardware you are using with your HackRF or indicate N/A. description: Please list any hardware you are using with your HackRF or indicate N/A.