From 8d50160cd903f780f2aaa461f357c144f5bb2501 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Tue, 23 Feb 2016 13:37:42 -0700 Subject: [PATCH] Create ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 00000000..ed9c9fe6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,10 @@ + * Compiler Used: + * Operating System: + * Architecture (ARM/x86/32bit/64bit/etc): + + +### Expected Behavior + +### Actual Behavior + +### Minimal Example to Reproduce Behavior