File tree Expand file tree Collapse file tree 1 file changed +0
-58
lines changed Expand file tree Collapse file tree 1 file changed +0
-58
lines changed Original file line number Diff line number Diff line change 1
- ---------------------
2
-
3
1
name: Tracking issue
4
2
about: Create an issue with bug report or feature request.
5
3
title: ""
6
4
labels: needs triage
7
5
assignees: coderaiser
8
- body:
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
22
- - type: input
23
- id: node-version
24
- attributes:
25
- label: ** Node Version** (` node -v ` ):
26
- description: Version of used Node.js
27
- placeholder: version
28
- validations:
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
6
---------------------
65
7
- ** Version** (` cloudcmd -v ` ):
66
8
- ** Node Version** ` node -v ` :
You can’t perform that action at this time.
0 commit comments