nheko/.github/ISSUE_TEMPLATE.md

46 lines
1.1 KiB
Markdown
Raw Normal View History

2017-11-02 15:02:03 +01:00
<!--
If you want to request a feature or ask a question, feel free to remove all the irrelevant text.
-->
### System:
2018-04-28 15:17:36 +02:00
- Nheko version: <!-- Get the version from the settings menu (bottom left corner) -->
2018-03-17 10:48:00 +01:00
- Installation method: <!-- AppImage, some repository, local build etc -->
2017-11-02 15:02:03 +01:00
- Operating System:
2018-07-15 11:28:37 +02:00
- Qt version: <!-- If you compiled it yourself -->
- C++ compiler: <!-- if you compiled it yourself -->
2017-11-02 15:02:03 +01:00
- Desktop Environment: <!-- for Linux -->
### Actual behavior
### Expected behavior
### Steps to reproduce
2018-07-15 11:28:37 +02:00
### Logs
<!-- If applicable -->
<!-- The log file is located in
Linux: ~/.cache/nheko/
macOS: ~/Library/Caches/nheko or /Library/Caches/nheko
Windows: C:/Users/<USER>/AppData/Local/nheko/cache
-->
### Debugger backtrace
2018-03-17 10:48:00 +01:00
<!--
If the program crashed send a backtrace:
You can retrieve a backtrace by building nheko with -DCMAKE_BUILD_TYPE=Debug
and running it through gdb or lldb.
gdb ./build/nheko
>> run
... Make the program crash
>> bt
2018-07-15 11:28:37 +02:00
... Paste a link of the output below (Use a pastebin, don't paste directly in the github issue).
2018-03-17 10:48:00 +01:00
-->