mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Delete old ISSUE_TEMPLATE
This commit is contained in:
parent
17063c4f39
commit
58c5bdd7b1
1 changed files with 0 additions and 45 deletions
45
.github/ISSUE_TEMPLATE.md
vendored
45
.github/ISSUE_TEMPLATE.md
vendored
|
@ -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).
|
||||
-->
|
Loading…
Reference in a new issue