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 <b@straithe.com>
This commit is contained in:
Mike Walters
2022-12-05 06:53:33 +00:00
committed by GitHub
parent b106495042
commit eff4a20022
5 changed files with 1 additions and 6 deletions

View File

@ -1,6 +1,5 @@
name: Bug Report
description: Submit a bug report
title: "[Bug Report]: "
labels: ["bug report"]
body:
- type: markdown

View File

@ -1,6 +1,5 @@
name: Documentation
description: Make a request regarding HackRF documentation
title: "[Documentation]: "
labels: ["documentation"]
body:
- type: markdown

View File

@ -1,6 +1,5 @@
name: Feature Request
description: File a feature request
title: "[Feature Request]: "
labels: ["enhancement"]
body:
- type: markdown

View File

@ -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

View File

@ -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