summary refs log tree commit diff
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-17 11:48:00 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-17 11:48:00 +0200
commita6f867353f179d63f367ada9f4fcf1812477d815 (patch)
tree3ff48e4a2a5dca9327d0fb660aa21314b11cb7ac
parentFix CI & adjust snackbar animation (diff)
downloadnheko-a6f867353f179d63f367ada9f4fcf1812477d815.tar.xz
Update issue template
[ci skip]
-rw-r--r--.github/ISSUE_TEMPLATE.md20
1 files changed, 18 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md

index 1b8d5e07..343fae39 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md
@@ -5,6 +5,7 @@ If you want to request a feature or ask a question, feel free to remove all the ### System: - Nheko commit/version: +- Installation method: <!-- AppImage, some repository, local build etc --> - Operating System: - Qt version: - 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 -<!-- 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