From eff4a20022ca5d7f11405c3cdeea6c4195e347d0 Mon Sep 17 00:00:00 2001 From: Mike Walters Date: Mon, 5 Dec 2022 06:53:33 +0000 Subject: [PATCH] Remove default titles from issue forms (#1217) * Remove default titles from issue forms * Update technical-support.yml Issue template: reversed an option in the technical support template. Co-authored-by: Straithe --- .github/ISSUE_TEMPLATE/bug-report.yml | 1 - .github/ISSUE_TEMPLATE/documentation-request.yml | 1 - .github/ISSUE_TEMPLATE/feature-request.yml | 1 - .github/ISSUE_TEMPLATE/question.yml | 1 - .github/ISSUE_TEMPLATE/technical-support.yml | 3 +-- 5 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 755b7737..2ea73be3 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,5 @@ name: Bug Report description: Submit a bug report -title: "[Bug Report]: " labels: ["bug report"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/documentation-request.yml b/.github/ISSUE_TEMPLATE/documentation-request.yml index 362968c8..e0086962 100644 --- a/.github/ISSUE_TEMPLATE/documentation-request.yml +++ b/.github/ISSUE_TEMPLATE/documentation-request.yml @@ -1,6 +1,5 @@ name: Documentation description: Make a request regarding HackRF documentation -title: "[Documentation]: " labels: ["documentation"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 3d3dd5fa..9e2b8aee 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,6 +1,5 @@ name: Feature Request description: File a feature request -title: "[Feature Request]: " labels: ["enhancement"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index e344db6c..4471d3a2 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -1,6 +1,5 @@ name: Question description: Ask a question not covered by current hackrf.rtfd.io documentation -title: "[Question]: " labels: ["question"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/technical-support.yml b/.github/ISSUE_TEMPLATE/technical-support.yml index a445b825..0b02e391 100644 --- a/.github/ISSUE_TEMPLATE/technical-support.yml +++ b/.github/ISSUE_TEMPLATE/technical-support.yml @@ -1,6 +1,5 @@ name: Technical Support Request description: File a technical support request -title: "[Tech Support]: " labels: ["technical support"] assignees: - straithe @@ -14,8 +13,8 @@ body: attributes: label: Have you read the HackRF [troubleshooting documentation](https://hackrf.readthedocs.io/en/latest/troubleshooting.html)? options: - - "yes" - "no" + - "yes" validations: required: true - type: textarea