We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015dc06 commit ee9c5a0Copy full SHA for ee9c5a0
1 file changed
.github/ISSUE_TEMPLATE/bug_report.md
@@ -26,5 +26,13 @@ Post your output of `pip show anipy-cli`
26
- OS:
27
- Maybe something else that is specific to your platform and may have impact on the bug
28
29
+**Log files**
30
+When reproducing, try running it with `-VVV` and `--stack-always` for the best debug information.
31
+
32
+The location of your log files depends on which OS you are using:
33
+- Linux: ~/.local/share/anipy-cli/logs/
34
+- Windows: C:\Users\%USERPROFILE%\AppData\Local\anipy-cli\logs
35
+- MacOS: ~/Library/Application Support/anipy-cli/logs
36
37
**Additional context**
38
Add any other context about the problem here, e.g. your config if related.
0 commit comments