Skip to content

Commit cc40d2f

Browse files
authored
Merge pull request #1786 from drwetter/new-templates
Update issue templates
2 parents 21d0910 + b47bc9e commit cc40d2f

4 files changed

Lines changed: 67 additions & 18 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG / possible BUG]"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
_**Please don't remove this template. We would like to reproduce the bug and need concise information. **_
11+
12+
13+
**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+
16+
17+
**Expected behavior**
18+
A clear and concise description of what you expected to happen.
19+
20+
21+
**Your system (please complete the following information):**
22+
- OS: ``awk -F\" '/PRETTY_NAME/ { print $2 }' /etc/os-release``
23+
- Platform: ``uname -srm``
24+
- Version: ``testssl.sh -b 2>/dev/null | head -4 | tail -2``
25+
- Version if running from git repo: ``git log | head -1``
26+
- OpenSSL: ``testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}'``
27+
28+
29+
**Additional context**
30+
Add any other context about the problem here.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "[Feature request]"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
---
11+
name: Feature request
12+
about: Suggest an idea for this project
13+
title: "[Feature Request]"
14+
labels: ''
15+
assignees: ''
16+
17+
---
18+
19+
**Is your feature request related to a problem? Please describe.**
20+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
21+
22+
**Describe the solution you'd like**
23+
A clear and concise description of what you want to happen.
24+
25+
**Describe alternatives you've considered**
26+
A clear and concise description of any alternative solutions or features you've considered.
27+
``
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Other issues / Question
3+
about: Anything else which is not covered by a bug report or feature request
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+

0 commit comments

Comments
 (0)