Create bug_report.md

Beginnings of a Bug Report template for #151
This commit is contained in:
Andrew 2021-04-13 10:49:43 -05:00 committed by GitHub
parent 5fe9c9efa3
commit 44511a2202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,40 @@
---
name: Bug Report
about: Create a bug report to help us improve
title: ''
labels: bug
assignees: ''
---
**Device Information (please complete the following information):**
- OS: [e.g., Ubuntu 20.04, WSL2 on Win10, Mac]
- Deployment: [Linux or Docker]
- Browser: [e.g., chrome, safari]
- SIST2 Version: [e.g., v2.9.0]
- Elasticsearch Version:
**Command Run with arguments**
<-- `ex: "scan ~/Documents -o ./i2 --threads 3 -q 1.0` -->
**Describe the bug**
<!-- A clear and concise description of what the bug is. -->
**Steps To Reproduce**
Please be specific!
1. Go to '...'
2. Click on '....'
3. etc.
**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->
**Actual Behavior**
<!-- A clear and concise description of what actually happens. -->
**Screenshots**
<!-- If applicable, add screenshots to help explain your problem. -->
**Additional context**
<!-- Add any other context about the problem here. If applicable, please include why you think the bug is occurring and/or troubleshooting you have already performed. -->
<!-- If the issue is related to the `scan` module, please attach the files necessary to reproduce the error or email them to me[at]simon987.net. -->