diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-11-02 16:02:03 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-11-02 16:02:03 +0200 |
commit | ddb23105f1b6b270f4af0653ea246b7bfef1358e (patch) | |
tree | 508fc25197371893bc14121b1d3430ac0ec724d0 /.github | |
parent | Add dummy settings menu (diff) | |
download | nheko-ddb23105f1b6b270f4af0653ea246b7bfef1358e.tar.xz |
Add issue template
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..5471c426 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,19 @@ +<!-- +If you want to request a feature or ask a question, feel free to remove all the irrelevant text. +--> + +### System: + +- Operating System: +- Qt version: +- C++ compiler: +- Desktop Environment: <!-- for Linux --> + +### Actual behavior + +### Expected behavior + +### Steps to reproduce + +<!-- If the program crashed. --> +### Debugger traceback |