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
description: Create a bug report to help improve SmallBase
3
+
title: "[BUG]: "
4
+
labels: bug
5
+
body:
6
+
- type: textarea
7
+
attributes:
8
+
label: Describe The Bug
9
+
description: A clear and concise description of what the problem is.
10
+
validations:
11
+
required: true
12
+
13
+
- type: textarea
14
+
attributes:
15
+
label: Steps To Reproduce
16
+
description: Steps to reproduce the behavior.
17
+
placeholder: |
18
+
1. Go to '...'
19
+
2. Click on '...'
20
+
3. Scroll down to '...'
21
+
4. See error
22
+
validations:
23
+
required: true
24
+
25
+
- type: textarea
26
+
attributes:
27
+
label: YimMenu Log
28
+
description: |
29
+
The log can be found under %AppData%\YimMenu\cout.log
30
+
31
+
Tip: To easily upload your log file you can rename cout.log to cout.txt or zip it then drag and drop it here. Alternatively you can just open it and copy/paste its contents.
32
+
value: |
33
+
<!-- Place your logs here -->
34
+
validations:
35
+
required: true
36
+
37
+
- type: textarea
38
+
attributes:
39
+
label: Screenshot / Video
40
+
description: |
41
+
If you think the issue can be better explained with a screenshot or a video, consider adding it here.
42
+
43
+
Tip: You can attach images/videos by clicking this area to highlight it then dragging files in.
44
+
value: |
45
+
<!-- drag and drop your image or video here -->
46
+
validations:
47
+
required: false
48
+
49
+
- type: textarea
50
+
attributes:
51
+
label: Additional context
52
+
description: Add any other context about the issue here.
53
+
validations:
54
+
required: false
55
+
56
+
- type: checkboxes
57
+
attributes:
58
+
label: YimMenu Build
59
+
description: Were you using the latest version of YimMenu?
60
+
options:
61
+
- label: I've confirmed that this issue exists on the latest version of YimMenu.
62
+
required: true
63
+
64
+
- type: checkboxes
65
+
attributes:
66
+
label: SmallBase Version
67
+
description: Were you using the latest commit of SmallBase?
68
+
options:
69
+
- label: I've confirmed that this issue exists on the latest commit.
70
+
required: true
71
+
72
+
- type: checkboxes
73
+
attributes:
74
+
label: Custom Features
75
+
description: Are you sure the issue is not related to a custom feature?
76
+
options:
77
+
- label: I've confirmed that this issue stems from SmallBase itself and not an added feature.
0 commit comments