mirror of
https://github.com/Adembc/lazyssh.git
synced 2026-07-14 12:13:34 +02:00
chore(templates): fix GitHub issue template
This commit is contained in:
@@ -2,44 +2,44 @@ name: 🐞 Bug Report
|
|||||||
description: Tell us about something not working properly
|
description: Tell us about something not working properly
|
||||||
labels: [ "kind/bug", "priority/needs-triage" ]
|
labels: [ "kind/bug", "priority/needs-triage" ]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
# Bug Report
|
# Bug Report
|
||||||
|
|
||||||
Thanks for helping make the LazySSH project better!
|
Thanks for helping make the LazySSH project better!
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Checks
|
label: Checks
|
||||||
options:
|
options:
|
||||||
- label: I have searched the [existing issues](https://github.com/adembc/lazyssh/issues).
|
- label: I have searched the [existing issues](https://github.com/adembc/lazyssh/issues).
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: lazyssh-version
|
id: lazyssh-version
|
||||||
attributes:
|
attributes:
|
||||||
label: LazySSH Version
|
label: LazySSH Version
|
||||||
placeholder: X.X.X
|
placeholder: X.X.X
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: os
|
id: os
|
||||||
attributes:
|
attributes:
|
||||||
label: Operating System
|
label: Operating System
|
||||||
description: What OS and ARCH are you using to run LazySSH?
|
description: What OS and ARCH are you using to run LazySSH?
|
||||||
placeholder: Darwin/amd64, Linux/arm64, etc...
|
placeholder: Darwin/amd64, Linux/arm64, etc...
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
label: Description
|
label: Description
|
||||||
description: The __context__ the problem occurred in, and an __overview__ of what went wrong.
|
description: The __context__ the problem occurred in, and an __overview__ of what went wrong.
|
||||||
placeholder: I was trying to... but then...
|
placeholder: I was trying to... but then...
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user