diff --git a/ISSUE_TEMPLATES/Bug.md b/ISSUE_TEMPLATES/Bug.md deleted file mode 100644 index f6674609b..000000000 --- a/ISSUE_TEMPLATES/Bug.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Bug Template -about: Use this template if you are reporting a bug -labels: Bug ---- -## Current Behaviour -Text - -**Build:** - - -**Steps to reproduce:** -- Step 1 -- Step 2 - -## Expected Behaviour -Text diff --git a/ISSUE_TEMPLATES/Enhancement.md b/ISSUE_TEMPLATES/Enhancement.md deleted file mode 100644 index 2abdce04a..000000000 --- a/ISSUE_TEMPLATES/Enhancement.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Enhancement Template -about: Use this to provide a suggestion for a new feature -labels: Enhancement ---- - -## Problem -Describes from a user perspective the current state and its shortcomings. - -## Proposed Solution -Describes from a user perspective the ideal state of the implementation