From 5b1fdfa675cb11f1a6a1621db76eedd0805fb5fa Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 2 Apr 2019 09:29:13 +0200 Subject: [PATCH] fix numbering --- .github/ISSUE_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 4762d0f..0ce0f1f 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -6,11 +6,11 @@ Please make sure that you provide enough information so that we understand what 3. git log | head -1 (if running from git repo) -4. openssl version: testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}' +4. openssl version used by testssl.sh: testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}' -4. steps to reproduce: testssl.sh or docker command line, if possible incl. host +5. steps to reproduce: testssl.sh or docker command line, if possible incl. host -5. what exactly was happening, output is needed +6. what exactly was happening, output is needed -6. what did you expect instead? +7. what did you expect instead?