From 44511a2202152f4c0b2106f952f6b6140c135b40 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 13 Apr 2021 10:49:43 -0500 Subject: [PATCH 1/4] 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** + + From d4babe216b47f58560a3fa4f1493d406a845f7cb Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 13 Apr 2021 10:58:32 -0500 Subject: [PATCH 2/4] Update bug_report.md Added a bug to the title just because. Not necessary, just wanted to see how it looks. --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4842b69..394cdbc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: Bug Report +name: "🐞 Bug Report" about: Create a bug report to help us improve title: '' labels: bug From 4923d1b51f6e6899b8394249571f4224b25be95b Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 13 Apr 2021 11:20:46 -0500 Subject: [PATCH 3/4] Update bug_report.md Forgot an exclamation mark --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 394cdbc..788111c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -15,7 +15,7 @@ assignees: '' - Elasticsearch Version: **Command Run with arguments** -<-- `ex: "scan ~/Documents -o ./i2 --threads 3 -q 1.0` --> + **Describe the bug** From b87fb254588826c1371a745f17d75cedfc852483 Mon Sep 17 00:00:00 2001 From: simon987 Date: Thu, 6 May 2021 20:15:41 -0400 Subject: [PATCH 4/4] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 788111c..0511100 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: "🐞 Bug Report" -about: Create a bug report to help us improve +about: Submit a bug report title: '' labels: bug assignees: '' @@ -8,13 +8,13 @@ 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: + - OS: `[e.g., Ubuntu 20.04, WSL2]` + - Deployment: `[Linux, Linux ARM64 or Docker]` + - Browser *(if relevant)*: `[e.g., chrome, safari]` + - SIST2 Version: `[e.g., v2.9.0]` + - Elasticsearch Version *(if relevant)* : `` -**Command Run with arguments** +**Command with arguments** **Describe the bug**