From e1a6784f4104aad7aa44d3b736d442295b584a99 Mon Sep 17 00:00:00 2001 From: Anthony Truskinger Date: Thu, 1 Apr 2021 14:10:41 +1000 Subject: [PATCH] Create logical bug template --- .github/ISSUE_TEMPLATE/bug_report_logic.md | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report_logic.md diff --git a/.github/ISSUE_TEMPLATE/bug_report_logic.md b/.github/ISSUE_TEMPLATE/bug_report_logic.md new file mode 100644 index 000000000..c6e12db42 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report_logic.md @@ -0,0 +1,38 @@ +--- +name: Logic bug (algorithm error, not specfic to your computer or OS) +about: Describe a logical problem with our code. +--- + + +## Actual behaviour: + +A clear and concise description of what the bug is. + +## Expected behavior: + +A clear and concise description of what you expected to happen. + +## How to reproduce this bug: + +1. +2. +3. + +## Additional Details + + + + + + + + +