You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
name: Bug report
3
3
about: Create a report to help us improve
4
4
title: "[BUG / possible BUG]"
5
-
labels: ''
5
+
labels: 'bug:to be reproduced,bug:needs triage/confirmation'
6
6
assignees: ''
7
7
8
8
---
@@ -12,22 +12,31 @@ _Feel free to remove this line but please stick to the template. We would like t
12
12
-->
13
13
14
14
**Before you open an issue please check which version you are running and whether it is the latest in stable / dev branch**
15
+
15
16
I am running version ( ``git log | head -1`` if running from the git repo. Otherwise ``testssl.sh -v | grep from``)
16
17
18
+
17
19
**Before you open an issue please whether this is a known problem by searching the issues**
20
+
18
21
Is related to / couldn't find anything
19
22
23
+
20
24
**Command line / docker command to reproduce**
25
+
21
26
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``.
22
27
28
+
23
29
**Expected behavior**
24
-
A clear and concise description of what you expected to happen.
30
+
31
+
A clear and concise description of what you would expect to happen.
25
32
26
33
27
34
**Your system (please complete the following information):**
0 commit comments