chore(templates): fix GitHub issue template

This commit is contained in:
Adem Baccara
2025-09-08 21:22:33 +01:00
committed by GitHub
parent 886eb45ff2
commit 78c660dc59
+4 -4
View File
@@ -1,4 +1,4 @@
name: 🐞 Bug Report 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:
@@ -16,6 +16,7 @@ body:
- 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:
@@ -24,13 +25,12 @@ body:
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 is the OS/ARCH you are using to run LazySSH ?
placeholder: Darwin/amd64, Linux/arm64, etc... placeholder: macOS (darwin/amd64), macOS (darwin/arm64), Linux (linux/arm64), etc...
validations: validations:
required: true required: true