From 6b495c8dcf4f4fe4a8957dce237490979002ae8f Mon Sep 17 00:00:00 2001 From: Torin Sandall Date: Sat, 10 Nov 2018 16:57:01 -0800 Subject: [PATCH] chore: Add simple issue template to the project Signed-off-by: Torin Sandall --- ISSUE_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..0e3c8122aa --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,13 @@ +# Expected Behavior + + +# Actual Behavior + + +# Steps to Reproduce the Problem + + 1. + 2. + 3. + +# Additional Info