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
about: "Report crashes or other bugs. Run the AppImage with APPIMAGE_DEBUG=1 and attach the generated log file."
4
+
---
5
+
6
+
Please fill out the sections below.
7
+
8
+
## Collect the AppImage debug log (required)
9
+
1. Run the AppImage with debug enabled:
10
+
```sh
11
+
APPIMAGE_DEBUG=1 ./MyApp.AppImage
12
+
```
13
+
- The AppImage will create a debug log automatically and will print the path to that log file in the terminal output.
14
+
- Attach that file to this issue.
15
+
16
+
## Make sure to ping the maintainer of the repository when making the bug report
17
+
- Often times we miss emails because not all repositories are watched automatically after being made, so please ping the maintainer of the repository when making the issue. Simply add @name-of-maintainer.
18
+
19
+
## Checklist
20
+
-[ ] I ran the AppImage with `APPIMAGE_DEBUG=1` environment variable set.
21
+
-[ ] I attached the debug log produced by the AppImage.
0 commit comments