From 197d1c0aea1b9eedbbaee0a1a32bf81e879bde80 Mon Sep 17 00:00:00 2001 From: Jeffrey Richter Date: Fri, 27 Jul 2018 15:13:36 -0700 Subject: [PATCH] Create ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..3109d06 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,9 @@ +### Which version of the SDK was used? + +### Which platform are you using? (ex: Windows, Linux, Debian) + +### What problem was encountered? + +### How can we reproduce the problem in the simplest way? + +### Have you found a mitigation/solution?