Update issue templates

Use the new style suggested bu github
This commit is contained in:
Dirk Wetter 2020-11-25 21:07:54 +01:00 committed by GitHub
parent 21d0910b50
commit d1481616db
3 changed files with 63 additions and 0 deletions

26
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,26 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG / possible BUG]"
labels: ''
assignees: ''
---
_**Please just don't remove this template. We need to reproduce the bug and need concise information for that**_
**Command line / docker command to reproduce**
**Expected behavior**
A clear and concise description of what you expected to happen.
**Your system (please complete the following information):**
- OS: ``awk -F\" '/PRETTY_NAME/ { print $2 }' /etc/os-release``
- Platform: ``uname -srm``
- Version: ``testssl.sh -b 2>/dev/null | head -4 | tail -2``
- Version if running from git repo: ``git log | head -1``
- OpenSSL: ``testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}'``
**Additional context**
Add any other context about the problem here.

View File

@ -0,0 +1,27 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature request]"
labels: ''
assignees: ''
---
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature Request]"
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
``

View File

@ -0,0 +1,10 @@
---
name: Other issues / Question
about: Anything whihc is not covered by a bug report or feature request
title: ''
labels: ''
assignees: ''
---