summary refs log tree commit diff
path: root/.github/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2020-02-23 14:15:29 +0000
committerGitHub <noreply@github.com>2020-02-23 14:15:29 +0000
commit58c5bdd7b1edcb806fe42f455363b8489d8ec00a (patch)
tree91f7fa569a30954cfda687c80860ba513308f885 /.github/ISSUE_TEMPLATE.md
parentUpdate issue templates (diff)
downloadnheko-58c5bdd7b1edcb806fe42f455363b8489d8ec00a.tar.xz
Delete old ISSUE_TEMPLATE
Diffstat (limited to '')
-rw-r--r--.github/ISSUE_TEMPLATE.md45
1 files changed, 0 insertions, 45 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
deleted file mode 100644
index 03400390..00000000
--- a/.github/ISSUE_TEMPLATE.md
+++ /dev/null
@@ -1,45 +0,0 @@
-<!--
-If you want to request a feature or ask a question, feel free to remove all the irrelevant text.
--->
-
-### System:
-
-- Nheko version: <!-- Get the version from the settings menu (bottom left corner)  -->
-- Installation method: <!-- AppImage, some repository, local build etc -->
-- Operating System:
-- Qt version: <!-- If you compiled it yourself -->
-- C++ compiler: <!-- if you compiled it yourself -->
-- Desktop Environment: <!-- for Linux -->
-
-### Actual behavior
-
-### Expected behavior
-
-### 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:
-
-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 directly in the github issue).
--->