Skip to content

Commit 78c660d

Browse files
authored
chore(templates): fix GitHub issue template
1 parent 886eb45 commit 78c660d

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed
Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
1-
name: 🐞 Bug Report
1+
name: 🐞 Bug Report
22
description: Tell us about something not working properly
33
labels: [ "kind/bug", "priority/needs-triage" ]
44
body:
55
- type: markdown
66
attributes:
7-
value: |
8-
# Bug Report
9-
7+
value: |
8+
# Bug Report
9+
1010
Thanks for helping make the LazySSH project better!
11-
11+
1212
- type: checkboxes
1313
attributes:
14-
label: Checks
15-
options:
16-
- label: I have searched the [existing issues](https://github.com/adembc/lazyssh/issues).
17-
required: true
18-
14+
label: Checks
15+
options:
16+
- label: I have searched the [existing issues](https://github.com/adembc/lazyssh/issues).
17+
required: true
18+
19+
1920
- type: input
2021
id: lazyssh-version
2122
attributes:
22-
label: LazySSH Version
23-
placeholder: X.X.X
23+
label: LazySSH Version
24+
placeholder: X.X.X
2425
validations:
25-
required: true
26-
27-
26+
required: true
27+
2828
- type: input
2929
id: os
3030
attributes:
31-
label: Operating System
32-
description: What OS and ARCH are you using to run LazySSH?
33-
placeholder: Darwin/amd64, Linux/arm64, etc...
31+
label: Operating System
32+
description: What is the OS/ARCH you are using to run LazySSH ?
33+
placeholder: macOS (darwin/amd64), macOS (darwin/arm64), Linux (linux/arm64), etc...
3434
validations:
35-
required: true
36-
37-
35+
required: true
36+
37+
3838
- type: textarea
3939
id: description
4040
attributes:
41-
label: Description
42-
description: The __context__ the problem occurred in, and an __overview__ of what went wrong.
43-
placeholder: I was trying to... but then...
41+
label: Description
42+
description: The __context__ the problem occurred in, and an __overview__ of what went wrong.
43+
placeholder: I was trying to... but then...
4444
validations:
45-
required: true
45+
required: true

0 commit comments

Comments
 (0)