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:
1
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -1,6 +1,5 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Submit a bug report
|
description: Submit a bug report
|
||||||
title: "[Bug Report]: "
|
|
||||||
labels: ["bug report"]
|
labels: ["bug report"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
name: Documentation
|
name: Documentation
|
||||||
description: Make a request regarding HackRF documentation
|
description: Make a request regarding HackRF documentation
|
||||||
title: "[Documentation]: "
|
|
||||||
labels: ["documentation"]
|
labels: ["documentation"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
1
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
1
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
@ -1,6 +1,5 @@
|
|||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: File a feature request
|
description: File a feature request
|
||||||
title: "[Feature Request]: "
|
|
||||||
labels: ["enhancement"]
|
labels: ["enhancement"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
1
.github/ISSUE_TEMPLATE/question.yml
vendored
1
.github/ISSUE_TEMPLATE/question.yml
vendored
@ -1,6 +1,5 @@
|
|||||||
name: Question
|
name: Question
|
||||||
description: Ask a question not covered by current hackrf.rtfd.io documentation
|
description: Ask a question not covered by current hackrf.rtfd.io documentation
|
||||||
title: "[Question]: "
|
|
||||||
labels: ["question"]
|
labels: ["question"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
3
.github/ISSUE_TEMPLATE/technical-support.yml
vendored
3
.github/ISSUE_TEMPLATE/technical-support.yml
vendored
@ -1,6 +1,5 @@
|
|||||||
name: Technical Support Request
|
name: Technical Support Request
|
||||||
description: File a technical support request
|
description: File a technical support request
|
||||||
title: "[Tech Support]: "
|
|
||||||
labels: ["technical support"]
|
labels: ["technical support"]
|
||||||
assignees:
|
assignees:
|
||||||
- straithe
|
- straithe
|
||||||
@ -14,8 +13,8 @@ body:
|
|||||||
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"
|
|
||||||
- "no"
|
- "no"
|
||||||
|
- "yes"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
Reference in New Issue
Block a user