From e5e1507b4f5de92f38d019476e71469eb5f122d3 Mon Sep 17 00:00:00 2001 From: Straithe Date: Sun, 28 Aug 2022 18:29:48 -0400 Subject: [PATCH] remove yaml errors (#1144) --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- .github/ISSUE_TEMPLATE/technical-support.yml | 8 -------- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index e06d7c53..755b7737 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 945d8aeb..3d3dd5fa 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/technical-support.yml b/.github/ISSUE_TEMPLATE/technical-support.yml index 1e2e6d55..b6127944 100644 --- a/.github/ISSUE_TEMPLATE/technical-support.yml +++ b/.github/ISSUE_TEMPLATE/technical-support.yml @@ -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