You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+30-14Lines changed: 30 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,28 @@ body:
8
8
value: |
9
9
Thanks for taking the time to fill out this bug report!
10
10
- type: checkboxes
11
-
id: terms
11
+
id: faq
12
12
attributes:
13
13
label: FAQ
14
-
description: Please check the [FAQ](https://kvan7.github.io/Exiled-Exchange-2/faq), [Common Issues Page](https://kvan7.github.io/Exiled-Exchange-2/issues), and for [pinned issues and existing issues](https://github.com/Kvan7/Exiled-Exchange-2/issues?q=is%3Aissue) before submitting an issue
14
+
description: Please check the [FAQ](https://kvan7.github.io/Exiled-Exchange-2/faq) before submitting an issue
15
15
options:
16
-
- label: I have checked the FAQ, Common Issues, and for existing issues and my problem was not there
16
+
- label: I have checked the [FAQ](https://kvan7.github.io/Exiled-Exchange-2/faq) and my problem was not there
17
+
required: true
18
+
- type: checkboxes
19
+
id: common-issues
20
+
attributes:
21
+
label: Common Issues
22
+
description: Please check the [Common Issues Page](https://kvan7.github.io/Exiled-Exchange-2/issues) before submitting an issue
23
+
options:
24
+
- label: I have checked the [Common Issues Page](https://kvan7.github.io/Exiled-Exchange-2/issues) and my problem was not there
25
+
required: true
26
+
- type: checkboxes
27
+
id: existing-issues
28
+
attributes:
29
+
label: Existing Issues
30
+
description: Please check the [pinned issues and existing issues](https://github.com/Kvan7/Exiled-Exchange-2/issues?q=is%3Aissue) before submitting an issue
31
+
options:
32
+
- label: I have checked the [pinned issues and existing issues](https://github.com/Kvan7/Exiled-Exchange-2/issues?q=is%3Aissue) and my problem was not there
17
33
required: true
18
34
- type: dropdown
19
35
id: common-bug
@@ -25,7 +41,7 @@ body:
25
41
- Not Recognized Modifier
26
42
- No modifiers found
27
43
- Other
28
-
default: 0
44
+
default: 3
29
45
validations:
30
46
required: true
31
47
- type: textarea
@@ -34,7 +50,7 @@ body:
34
50
label: What happened?
35
51
description: Also what did you expect to happen?
36
52
placeholder: Tell us what you see!
37
-
value: "A bug happened!"
53
+
value: "Change this text please"
38
54
validations:
39
55
required: true
40
56
- type: dropdown
@@ -43,27 +59,27 @@ body:
43
59
label: Version
44
60
description: What version of EE2 are you running? You can see this in Settings -> About
45
61
options:
46
-
- 0.11.6
47
-
- 0.11.5
48
-
- 0.11.4
49
-
- 0.11.3
50
-
- 0.11.2
62
+
- 0.12.0
63
+
- 0.11.x
51
64
- 0.10.x
52
65
- 0.9.x
53
66
- 0.8.x
54
67
- Other
55
-
default: 0
56
68
validations:
57
69
required: true
58
70
- type: textarea
59
71
id: item
60
72
attributes:
61
73
label: Item Copy text
62
-
description: If your bug relates in ANY way to an item, copy the item's text and paste it here. You can do so with `ctrl + alt + c` when hovering over the item.
74
+
description: PLEASE copy the item's text and paste it here. You can do so with `ctrl + alt + c` when hovering over the item, if your bug doesn't related to any items at all, write "None" (if it is about an item in any way and you write None it will be ignored)
63
75
render: shell
76
+
validations:
77
+
required: true
64
78
- type: textarea
65
79
id: logs
66
80
attributes:
67
-
label: Relevant log output
68
-
description: If able, please go to Settings -> Debug, and copy and paste what is in that text box. (No need for backticks)
81
+
label: Log output
82
+
description: Please go to Settings -> Debug, and copy and paste what is in that text box. (No need for backticks)
0 commit comments