From 44511a2202152f4c0b2106f952f6b6140c135b40 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 13 Apr 2021 10:49:43 -0500 Subject: [PATCH] Create bug_report.md Beginnings of a Bug Report template for #151 --- .github/ISSUE_TEMPLATE/bug_report.md | 40 ++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..4842b69 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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** + + +**Steps To Reproduce** +Please be specific! +1. Go to '...' +2. Click on '....' +3. etc. + +**Expected behavior** + + +**Actual Behavior** + + +**Screenshots** + + +**Additional context** + +