From 0234e1bc1499514518d1c8e8589232514769b47b Mon Sep 17 00:00:00 2001 From: James Bromwell <943160+thw0rted@users.noreply.github.com> Date: Tue, 21 Apr 2020 11:23:19 +0200 Subject: [PATCH] Update ISSUE_TEMPLATE.md Note that I took out the Markdown formatting for links, because Markdown inside of HTML comments never renders. --- .github/ISSUE_TEMPLATE.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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)