From 4a62b365a9d20b41821de8be7614a9366d1422b7 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Wed, 25 Nov 2020 20:12:00 +0100 Subject: [PATCH] remove old universal template --- .github/ISSUE_TEMPLATE.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index aec5b59..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,18 +0,0 @@ -Please make sure that you provide enough information so that we understand what your issue is about. - -0. Did you check the documentation in ~/doc/ or, if it is a different problem: Did you google for it? - -1. uname -a - -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) - -4. openssl version used by testssl.sh: testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}' - -5. steps to reproduce: testssl.sh or docker command line, if possible incl. host - -6. what exactly was happening, output is needed - -7. what did you expect instead? -