File tree Expand file tree Collapse file tree 1 file changed +40
-40
lines changed Expand file tree Collapse file tree 1 file changed +40
-40
lines changed Original file line number Diff line number Diff line change @@ -2,44 +2,44 @@ name: 🐞 Bug Report
2
2
description : Tell us about something not working properly
3
3
labels : [ "kind/bug", "priority/needs-triage" ]
4
4
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
27
9
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
You can’t perform that action at this time.
0 commit comments