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
+5 -5
View File
@@ -2,21 +2,21 @@ 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
@@ -25,7 +25,7 @@ body:
required: true required: true
- type: input - type: input
id: os id: os
attributes: attributes:
label: Operating System label: Operating System
@@ -35,7 +35,7 @@ body:
required: true required: true
- type: textarea - type: textarea
id: description id: description
attributes: attributes:
label: Description label: Description