File tree Expand file tree Collapse file tree 1 file changed +25
-25
lines changed Expand file tree Collapse file tree 1 file changed +25
-25
lines changed Original file line number Diff line number Diff line change 1
- name : 🐞 Bug Report
1
+ 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
5
- type : markdown
6
6
attributes :
7
- value : |
8
- # Bug Report
9
-
7
+ value : |
8
+ # Bug Report
9
+
10
10
Thanks for helping make the LazySSH project better!
11
-
11
+
12
12
- type : checkboxes
13
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
-
14
+ label : Checks
15
+ options :
16
+ - label : I have searched the [existing issues](https://github.com/adembc/lazyssh/issues).
17
+ required : true
18
+
19
+
19
20
- type : input
20
21
id : lazyssh-version
21
22
attributes :
22
- label : LazySSH Version
23
- placeholder : X.X.X
23
+ label : LazySSH Version
24
+ placeholder : X.X.X
24
25
validations :
25
- required : true
26
-
27
-
26
+ required : true
27
+
28
28
- type : input
29
29
id : os
30
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...
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...
34
34
validations :
35
- required : true
36
-
37
-
35
+ required : true
36
+
37
+
38
38
- type : textarea
39
39
id : description
40
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...
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
44
validations :
45
- required : true
45
+ required : true
You can’t perform that action at this time.
0 commit comments