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-or-crash-report.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,38 +7,40 @@ assignees: ''
7
7
8
8
---
9
9
10
-
**Describe the bug**
10
+
### Describe the bug
11
11
<!-- A clear and concise description of what the bug is. -->
12
12
13
-
**To Reproduce**
13
+
### To Reproduce
14
+
14
15
Steps to reproduce the behavior:
15
16
16
17
1. Go to '...'
17
18
2. Click on '....'
18
19
3. Scroll down to '....'
19
20
4. See error
20
21
21
-
**Expected behavior**
22
+
### Expected behavior
22
23
<!-- A clear and concise description of what you expected to happen. -->
23
24
24
-
**Screenshots and recordings**
25
+
### Screenshots and recordings
25
26
<!-- If applicable, add screenshots and/or recordings to help explain your problem. -->
26
27
27
-
**Traceback or Crash Report**
28
+
### Traceback or Crash Report
29
+
28
30
If AutoSplit showed an exception traceback, please paste it here:
29
31
30
-
```
32
+
```py
31
33
32
34
```
33
35
<!-- If AutoSplit crashed and closed without saying anything, please check Windows' Event Viewer, under Windows Logs > Application, for any recent error relating to AutoSplit -->
34
36
35
-
**Version (please complete the following information):**
37
+
### Version (please complete the following information)
36
38
37
39
- OS: [e.g. Windows 10.0.19045]
38
40
- AutoSplit: [e.g. v2.0.0]
39
41
40
-
**AutoSplit Profile and Split Images**
42
+
### AutoSplit Profile and Split Images
41
43
<!-- Please include your AutoSplit profile `.toml` file. You can also add your Split Images if relevant. -->
42
44
43
-
**Additional context**
45
+
### Additional context
44
46
<!-- Add any other context about the problem here. -->
0 commit comments