diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 49ba8602..183fb662 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,7 +1,9 @@ ### Problem Description ### 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)