From 789a64b7d7045e70e7e4d0bb7c937a605b5af50f Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 14 Jul 2026 22:14:08 +0200 Subject: [PATCH] copied over from 3.3dev * comments instead of backticks * AI section * asking for some more info --- .github/ISSUE_TEMPLATE/bug_report.md | 32 +++++++++++++++++++--------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2dd2ccb..2c3d639 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,31 +11,43 @@ assignees: '' _Feel free to remove this line but please stick to the template. We would like to reproduce the bug and therefore need concise information. Depending on the lack of information provided we might close your issue otherwise right away. _ --> +**General remark** + +It's much appreciated if you spot bugs and file them! Please keep in mind though that you'd need to enable us to reproduce what you encountered. If otherwise we need to play ping-pong it costs time on our side we'd rather like to spend on the development. + **Before you open an issue please check which version you are running and whether it is the latest in stable / dev branch** -I am running version (``git log | head -1`` if running from the git repo. Otherwise ``testssl.sh -v | grep from``) +- [ ] I am running version from the git repo : +- [ ] I am running: +- [ ] Different version, check for updates here: -**Before you open an issue please whether this is a known problem by searching the issues** +**Before you open an issue please consult the [FAQ](https://github.com/testssl/testssl.sh/blob/3.3dev/FAQ.md) and check whether this is a known problem by searching the [issues](https://github.com/testssl/testssl.sh/issues)** -Is related to / couldn't find anything +- [ ] Is related to ... +- [ ] couldn't find anything -**Command line / docker command to reproduce** +**Command line to reproduce (or docker command)** -Which was your command line? In addition the target of your scan would be helpful. If you don't want to disclose it publicly: ``grep SWCONTACT testssl.sh``. +Which was your command line? In addition the target of your scan is often needed to reproduce what happened. If you don't want to disclose it publicly: ``grep SWCONTACT testssl.sh``. **Expected behavior** -A clear and concise description of what you would expect to happen. +A clear and concise description of what you would expect to happen instead. **Your system (please complete the following information):** - - OS: ``awk -F\" '/PRETTY_NAME/ { print $2 }' /etc/os-release`` - - Platform: ``uname -srm`` - - OpenSSL + bash: ``testssl.sh -b 2>/dev/null | grep Using`` + - OS: + - Platform: + - OpenSSL + bash: + +**AI section** +- [ ] I found a bug using LLM version: +- [ ] It was just me + **Additional context** -Add any other context about the problem goes here. +Any other context about the problem goes here.