diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..7fa48b8d --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,18 @@ +### Description: + +[Describe bug here] + +### Steps to Reproduce: + +``` +[Provide a small snippet of code where the incorrect behavior can be seen] +``` + +### Expected: + +[What was the expected behavior] + +### Actual: + +[What actually happened] +