Skip to content

Commit 32a8800

Browse files
committed
add issue template
1 parent b16c7c3 commit 32a8800

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: "Bug report - AppImage (please attach debug log)"
3+
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.
22+
- [ ] I pinged the maintainer of the repository.
23+

0 commit comments

Comments
 (0)