summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-15 12:28:37 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-15 12:28:37 +0300
commit243cd14b2ed6dba0b3d2d7b89f3c7da4fb0fd295 (patch)
treedd3db537dcf7e1aa2c7bcceb45fc7f71f0d7f8e0 /.github
parentBump version to 0.5.0 (diff)
downloadnheko-243cd14b2ed6dba0b3d2d7b89f3c7da4fb0fd295.tar.xz
Update issue template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md17
1 files changed, 13 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 45869244..03400390 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -7,8 +7,8 @@ If you want to request a feature or ask a question, feel free to remove all the
 - Nheko version: <!-- Get the version from the settings menu (bottom left corner)  -->
 - Installation method: <!-- AppImage, some repository, local build etc -->
 - Operating System:
-- Qt version:
-- C++ compiler:
+- Qt version: <!-- If you compiled it yourself -->
+- C++ compiler: <!-- if you compiled it yourself -->
 - Desktop Environment: <!-- for Linux -->
 
 ### Actual behavior
@@ -17,6 +17,16 @@ If you want to request a feature or ask a question, feel free to remove all the
 
 ### Steps to reproduce
 
+### 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
 <!-- 
 If the program crashed send a backtrace:
 
@@ -31,6 +41,5 @@ gdb ./build/nheko
 
 >> bt
 
-... Paste a link of the output below (Use a pastebin, don't paste the text).
+... Paste a link of the output below (Use a pastebin, don't paste directly in the github issue).
 -->
-### Debugger backtrace