Skip to content

Commit d148161

Browse files
authored
Update issue templates
Use the new style suggested bu github
1 parent 21d0910 commit d148161

3 files changed

Lines changed: 63 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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 just don't remove this template. We need to reproduce the bug and need concise information for that**_
11+
12+
**Command line / docker command to reproduce**
13+
14+
**Expected behavior**
15+
A clear and concise description of what you expected to happen.
16+
17+
**Your system (please complete the following information):**
18+
- OS: ``awk -F\" '/PRETTY_NAME/ { print $2 }' /etc/os-release``
19+
- Platform: ``uname -srm``
20+
- Version: ``testssl.sh -b 2>/dev/null | head -4 | tail -2``
21+
- Version if running from git repo: ``git log | head -1``
22+
- OpenSSL: ``testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}'``
23+
24+
25+
**Additional context**
26+
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 whihc 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)