From 25a8579a5a235cd8c6f6dc045e09a92c61f7ea94 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Thu, 21 Oct 2021 10:53:36 +0200 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 0ce0f1f..a3312f2 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,7 +4,7 @@ Please make sure that you provide enough information so that we understand what 2. testssl version from the banner: testssl.sh -b 2>/dev/null | head -4 | tail -2 -3. git log | head -1 (if running from git repo) +3. git log | head -1 (if running from git repo). Important: If in doubt check the git log and/or check whether you run the lastest 3.0 version from the git repo. 4. openssl version used by testssl.sh: testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}'