Skip to content

Commit 886eb45

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

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2,44 +2,44 @@ name: 🐞 Bug Report
22
description: Tell us about something not working properly
33
labels: [ "kind/bug", "priority/needs-triage" ]
44
body:
5-
- type: markdown
6-
attributes:
7-
value: |
8-
# Bug Report
9-
10-
Thanks for helping make the LazySSH project better!
11-
12-
- type: checkboxes
13-
attributes:
14-
label: Checks
15-
options:
16-
- label: I have searched the [existing issues](https://github.com/adembc/lazyssh/issues).
17-
required: true
18-
19-
- type: input
20-
id: lazyssh-version
21-
attributes:
22-
label: LazySSH Version
23-
placeholder: X.X.X
24-
validations:
25-
required: true
26-
5+
- type: markdown
6+
attributes:
7+
value: |
8+
# Bug Report
279

28-
- type: input
29-
id: os
30-
attributes:
31-
label: Operating System
32-
description: What OS and ARCH are you using to run LazySSH?
33-
placeholder: Darwin/amd64, Linux/arm64, etc...
34-
validations:
35-
required: true
36-
37-
38-
- type: textarea
39-
id: description
40-
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...
44-
validations:
45-
required: true
10+
Thanks for helping make the LazySSH project better!
11+
12+
- type: checkboxes
13+
attributes:
14+
label: Checks
15+
options:
16+
- label: I have searched the [existing issues](https://github.com/adembc/lazyssh/issues).
17+
required: true
18+
19+
- type: input
20+
id: lazyssh-version
21+
attributes:
22+
label: LazySSH Version
23+
placeholder: X.X.X
24+
validations:
25+
required: true
26+
27+
28+
- type: input
29+
id: os
30+
attributes:
31+
label: Operating System
32+
description: What OS and ARCH are you using to run LazySSH?
33+
placeholder: Darwin/amd64, Linux/arm64, etc...
34+
validations:
35+
required: true
36+
37+
38+
- type: textarea
39+
id: description
40+
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...
44+
validations:
45+
required: true

0 commit comments

Comments
 (0)