diff options
| author | 2018-04-11 17:07:28 +0200 | |
|---|---|---|
| committer | 2018-04-11 17:07:28 +0200 | |
| commit | c44e6e6130103ec99964f629681328e4e4f7f644 (patch) | |
| tree | 6a8279d4a40a0f310d4a625b1fbded9ed538467d /.github | |
| parent | fix issue template link (diff) | |
| download | KVIrc-c44e6e6130103ec99964f629681328e4e4f7f644.tar.gz KVIrc-c44e6e6130103ec99964f629681328e4e4f7f644.tar.bz2 KVIrc-c44e6e6130103ec99964f629681328e4e4f7f644.zip | |
revert issue template to plain text
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b1789985c..3286b3bb9 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,11 +1,16 @@ -# Is this a bug report? +<!-- +Is this a bug report? +============================== Describe what the problem is. Attach screenshots if you feel like they will help explain the issue better. If you can, click "Help → About KVIrc", go to the "Executable Information" tab and copy its contents here. That may help us diagnose the issue. -If you're experiencing a crash and you think we might not be able to reproduce it for some reason, a [backtrace](https://github.com/kvirc/KVIrc/wiki/Grabbing-a-useful-backtrace) will be very helpful. +If you're experiencing a crash and you think we might not be able to reproduce it for some reason, a backtrace will be very helpful: https://github.com/kvirc/KVIrc/wiki/Grabbing-a-useful-backtrace -# Is this a feature request? +Is this a feature request? +============================== Describe what you'd like to see implemented, and why you think it's a good idea. Thank you for helping us improve KVIrc! + +-->
\ No newline at end of file |
