chore(templates): fix GitHub issue template

This commit is contained in:
Adem Baccara
2025-09-08 21:15:26 +01:00
committed by GitHub
parent 64d850815c
commit 886eb45ff2
+40 -40
View File
@@ -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!
- type: checkboxes
attributes:
label: Checks
options:
- label: I have searched the [existing issues](https://github.com/adembc/lazyssh/issues).
required: true
- type: input
id: lazyssh-version
attributes:
label: LazySSH Version
placeholder: X.X.X
validations:
required: true
- type: input Thanks for helping make the LazySSH project better!
id: os
attributes: - type: checkboxes
label: Operating System attributes:
description: What OS and ARCH are you using to run LazySSH? label: Checks
placeholder: Darwin/amd64, Linux/arm64, etc... options:
validations: - label: I have searched the [existing issues](https://github.com/adembc/lazyssh/issues).
required: true required: true
- type: input
- type: textarea id: lazyssh-version
id: description attributes:
attributes: label: LazySSH Version
label: Description placeholder: X.X.X
description: The __context__ the problem occurred in, and an __overview__ of what went wrong. validations:
placeholder: I was trying to... but then... required: true
validations:
required: true
- type: input
id: os
attributes:
label: Operating System
description: What OS and ARCH are you using to run LazySSH?
placeholder: Darwin/amd64, Linux/arm64, etc...
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: The __context__ the problem occurred in, and an __overview__ of what went wrong.
placeholder: I was trying to... but then...
validations:
required: true