From a0747155fbd7c887f6b8f5f9205270e8bc3a0d33 Mon Sep 17 00:00:00 2001 From: PortSwiggerWiener <136816696+PortSwiggerWiener@users.noreply.github.com> Date: Thu, 14 Dec 2023 11:11:37 +0000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 29 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 22 +++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..1d92911 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a bug report to help us improve BChecks +title: "[BUG]" +labels: bug +assignees: '' + +--- + +### Current behavior + + + +### Expected behavior + + + +### Motivation for change + + + +### Environment details + + - Burp version: + - BCheck language version: + - Operating System: + + +### Additional details diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..66cb709 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature request +about: Suggest an enhancement for BChecks +title: "[FEATURE]" +labels: enhancement +assignees: '' + +--- + +### What is the problem you are trying to solve? + + + +### How are you currently being hindered by this problem? + + + +### How would you like this problem to be solved? + + + +### Any additional details?