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?