mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Update issue template
[ci skip]
This commit is contained in:
parent
2fe0dbb38c
commit
a6f867353f
1 changed files with 18 additions and 2 deletions
20
.github/ISSUE_TEMPLATE.md
vendored
20
.github/ISSUE_TEMPLATE.md
vendored
|
@ -5,6 +5,7 @@ If you want to request a feature or ask a question, feel free to remove all the
|
||||||
### System:
|
### System:
|
||||||
|
|
||||||
- Nheko commit/version:
|
- Nheko commit/version:
|
||||||
|
- Installation method: <!-- AppImage, some repository, local build etc -->
|
||||||
- Operating System:
|
- Operating System:
|
||||||
- Qt version:
|
- Qt version:
|
||||||
- C++ compiler:
|
- C++ compiler:
|
||||||
|
@ -16,5 +17,20 @@ If you want to request a feature or ask a question, feel free to remove all the
|
||||||
|
|
||||||
### Steps to reproduce
|
### Steps to reproduce
|
||||||
|
|
||||||
<!-- If the program crashed. -->
|
<!--
|
||||||
### Debugger traceback
|
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
|
||||||
|
|
Loading…
Reference in a new issue