mirror of https://github.com/CISOfy/lynis.git
Update GitHub issue templates
This commit is contained in:
parent
46bb8c8a71
commit
fd729c222d
|
@ -0,0 +1,21 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
**Version**
|
||||||
|
- Distribution [e.g. Ubuntu 18.04]
|
||||||
|
- Lynis version [e.g. 22]
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
**Output**
|
||||||
|
If applicable, add output that you get from the tool or the related section of lynis.log
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Is your feature request related to a problem? Please describe.**
|
||||||
|
A clear and concise description of what the problem is. How would it help you to make things easier? Ex. I'm always frustrated when [...]
|
||||||
|
|
||||||
|
**Describe the solution you'd like**
|
||||||
|
A clear and concise description of what you want to happen.
|
||||||
|
|
||||||
|
**Required changes**
|
||||||
|
What needs to be changed in Lynis?
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add anything else that you consider to be relevant about the feature request here.
|
Loading…
Reference in New Issue