From 1650b445efaeb046b4200f8665dd2768ea8c3f64 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Sat, 20 Dec 2025 23:19:22 +0100 Subject: [PATCH] Add FAQ --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3265f4c..c58eada 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -16,7 +16,7 @@ _Feel free to remove this line but please stick to the template. We would like t I am running version (``git log | head -1`` if running from the git repo. Otherwise ``testssl.sh -v | grep from``) -**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 @@ -38,4 +38,4 @@ A clear and concise description of what you would expect to happen. **Additional context** -Add any other context about the problem goes here. +Any other context about the problem goes here.