nheko/.github/ISSUE_TEMPLATE.md

37 lines
709 B
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:
2017-11-02 21:02:31 +01:00
- Nheko commit/version:
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:
- Qt version:
- C++ compiler:
- Desktop Environment: <!-- for Linux -->
### Actual behavior
### Expected behavior
### Steps to reproduce
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
... Paste a link of the output below (Use a pastebin, don't paste the text).
-->
### Debugger backtrace