Update ISSUE_TEMPLATE.md

Note that I took out the Markdown formatting for links, because Markdown inside of HTML comments never renders.
This commit is contained in:
James Bromwell 2020-04-21 11:23:19 +02:00 committed by Frank Morgner
parent 3124d9f6fb
commit 0234e1bc14
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
### Problem Description
<!--
Please read about [reporting bugs](https://github.com/OpenSC/OpenSC/wiki/How-to-report-bugs-so-that-they-can-be-fixed) before opening an issue.
Please read about reporting bugs on the wiki before opening an issue:
https://github.com/OpenSC/OpenSC/wiki/How-to-write-a-good-bug-report
-->
### Proposed Resolution
@ -21,7 +23,7 @@ Debug output is essential to identify the problem. You can enable debugging by e
#debug_file = opensc-debug.log
```
Please use [Gist](https://gist.github.com/) or a similar code paster for longer logs. Before pasting here, remove your sensitive data from your log (e.g. PIN code or certificates).
Please use a Gist (https://gist.github.com/) or a similar code paster for longer logs. Before pasting here, remove your sensitive data from your log (e.g. PIN code or certificates).
```
Paste Log output with less than 10 lines here (between the backticks)