Skip to content

Commit 51a4cee

Browse files
authored
Update issue_template.md
1 parent b2f113b commit 51a4cee

File tree

1 file changed

+0
-58
lines changed

1 file changed

+0
-58
lines changed

.github/ISSUE_TEMPLATE/issue_template.md

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,8 @@
1-
---------------------
2-
31
name: Tracking issue
42
about: Create an issue with bug report or feature request.
53
title: ""
64
labels: needs triage
75
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
646
---------------------
657
- **Version** (`cloudcmd -v`):
668
- **Node Version** `node -v`:

0 commit comments

Comments
 (0)