From 91cfa91657cdf23706b425081d21054df5f33bc3 Mon Sep 17 00:00:00 2001 From: JoranHonig Date: Fri, 1 Jun 2018 22:00:01 +0200 Subject: [PATCH] Create initial issue templates for a bug report and analysis module --- .github/ISSUE_TEMPLATE/analysis-module.md | 16 +++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 28 +++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/analysis-module.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/analysis-module.md b/.github/ISSUE_TEMPLATE/analysis-module.md new file mode 100644 index 00000000..81c8b7e2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/analysis-module.md @@ -0,0 +1,16 @@ +--- +name: Analysis module +about: Create an analysis module feature request + +--- + +# Detection issue: +Name the issue that should be detected using the analysis module + +## Description: +Provide a detailed description of the vulnerabiltity that should be detected + +## Link +Provide resources that can help with implementing the analysis module + +## Implementation details:Initial implementation ideas/instruction diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..0c898ce3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here.