Skip to content

Commit 408e8f8

Browse files
committed
modify issue template for bash version
1 parent 5a1fd26 commit 408e8f8

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ assignees: ''
88
---
99
<!---
1010
11-
_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 completeness of your information provided we might close your issue otherwise right away. _
11+
_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. _
1212
-->
1313

1414
**Before you open an issue please check which version you are running and whether it is the latest in stable / dev branch**
1515

16-
I am running version ( ``git log | head -1`` if running from the git repo. Otherwise ``testssl.sh -v | grep from``)
16+
I am running version (``git log | head -1`` if running from the git repo. Otherwise ``testssl.sh -v | grep from``)
1717

1818

1919
**Before you open an issue please whether this is a known problem by searching the issues**
2020

21-
Is related to / couldn't find anything
21+
Is related to / couldn't find anything
2222

2323

2424
**Command line / docker command to reproduce**
@@ -33,9 +33,8 @@ A clear and concise description of what you would expect to happen.
3333

3434
**Your system (please complete the following information):**
3535
- OS: ``awk -F\" '/PRETTY_NAME/ { print $2 }' /etc/os-release``
36-
- Platform: ``uname -srm``
37-
- OpenSSL: ``testssl.sh -b 2>/dev/null | grep Using '``
38-
- Bash: ``bash --version``
36+
- Platform: ``uname -srm``
37+
- OpenSSL + bash: ``testssl.sh -b 2>/dev/null | grep Using '``
3938

4039
**Additional context**
4140

0 commit comments

Comments
 (0)