@@ -6,62 +6,63 @@ title: ""
66labels: needs triage
77assignees: coderaiser
88body:
9- - type: markdown
10- attributes:
11- value: |
12- Thanks for taking the time to fill out this report!
9+
10+ - type: markdown
11+ attributes:
12+ value: |
13+ Thanks for taking the time to fill out this report!
14+ - type: input
15+ id: version
16+ attributes:
17+ label: ** Version** (` cloudcmd -v ` ):
18+ description: Version of used Cloud Commander
19+ placeholder: version
20+ validations:
21+ required: true
1322 - 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
2223 id: node-version
2324 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!"
25+ label: ** Node Version** (` node -v ` ):
26+ description: Version of used Node.js
27+ placeholder: version
3628 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
64- ---------------------
29+ required: false
30+ - type: textarea
31+ id: what-happened
32+ attributes:
33+ label: What happened?
34+ description: Also tell us, what did you expect to happen?
35+ placeholder: Tell us what you see!
36+ value: "A bug happened!"
37+ validations:
38+ required: true
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
64+
65+ ***
6566
6667- ** Version** (` cloudcmd -v ` ):
6768- ** Node Version** ` node -v ` :
0 commit comments