File tree Expand file tree Collapse file tree 1 file changed +56
-0
lines changed Expand file tree Collapse file tree 1 file changed +56
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,62 @@ about: Create an issue with bug report or feature request.
5
5
title: ""
6
6
labels: needs triage
7
7
assignees: coderaiser
8
+ body:
9
+ - type: markdown
10
+ attributes:
11
+ value: |
12
+ Thanks for taking the time to fill out this report!
13
+ - type: input
14
+ id: version
15
+ attributes:
16
+ label: ** Version** (` cloudcmd -v ` ):
17
+ description: Version of used Cloud Commander
18
+ placeholder: version
19
+ validations:
20
+ required: true
21
+ - type: input
22
+ id: node-version
23
+ attributes:
24
+ label: ** Node Version** (` node -v ` ):
25
+ description: Version of used Node.js
26
+ placeholder: version
27
+ validations:
28
+ required: false
29
+ - type: textarea
30
+ id: what-happened
31
+ attributes:
32
+ label: What happened?
33
+ description: Also tell us, what did you expect to happen?
34
+ placeholder: Tell us what you see!
35
+ value: "A bug happened!"
36
+ validations:
37
+ required: true
38
+ -
39
+ validations:
40
+ required: true
41
+ - type: dropdown
42
+ id: browsers
43
+ attributes:
44
+ label: What browsers are you seeing the problem on?
45
+ multiple: true
46
+ options:
47
+ - Firefox
48
+ - Chrome
49
+ - Safari
50
+ - Microsoft Edge
51
+ - type: textarea
52
+ id: changed-config
53
+ attributes:
54
+ label: Changed Config
55
+ description: Please copy and paste any relevant changed ` ~/.cloudcmd.json ` . This will be automatically formatted into code, so no need for backticks.
56
+ render: json
57
+ - type: checkboxes
58
+ id: work-on-issue
59
+ attributes:
60
+ label: Work on this issue
61
+ options:
62
+ - label: 💪 ** I'm willing to work on this issue**
63
+ required: false
8
64
---------------------
9
65
10
66
- ** Version** (` cloudcmd -v ` ):
You can’t perform that action at this time.
0 commit comments