Skip to content

Commit e259106

Browse files
authored
chore: issue_template: updated
1 parent 3d52ce8 commit e259106

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

.github/ISSUE_TEMPLATE/issue_template.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,62 @@ about: Create an issue with bug report or feature request.
55
title: ""
66
labels: needs triage
77
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
864
---------------------
965

1066
- **Version** (`cloudcmd -v`):

0 commit comments

Comments
 (0)