Skip to content

Commit b47bc9e

Browse files
authored
Update bug_report.md
1 parent cab2ee7 commit b47bc9e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,24 @@ assignees: ''
77

88
---
99

10-
_**Please just don't remove this template. We need to reproduce the bug and need concise information for that**_
10+
_**Please don't remove this template. We would like to reproduce the bug and need concise information. **_
11+
1112

1213
**Command line / docker command to reproduce**
14+
In addition the target of your scan would be helpful. If you don't want to disclose it publicly: ``grep SWCONTACT testssl.sh``.
15+
1316

1417
**Expected behavior**
1518
A clear and concise description of what you expected to happen.
1619

20+
1721
**Your system (please complete the following information):**
1822
- OS: ``awk -F\" '/PRETTY_NAME/ { print $2 }' /etc/os-release``
1923
- Platform: ``uname -srm``
2024
- Version: ``testssl.sh -b 2>/dev/null | head -4 | tail -2``
2125
- Version if running from git repo: ``git log | head -1``
2226
- OpenSSL: ``testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}'``
27+
2328

2429
**Additional context**
2530
Add any other context about the problem here.

0 commit comments

Comments
 (0)