From 5ef77570faeb319c610ef2fbbeb55865d65c39cd Mon Sep 17 00:00:00 2001 From: Ibrahim Jarif Date: Thu, 30 May 2019 17:43:40 +0530 Subject: [PATCH] Create ISSUE_TEMPLATE (#834) --- .github/ISSUE_TEMPLATE | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 000000000..5f4546341 --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,31 @@ + + +### What version of Go are you using (`go version`)? + +
+$ go version
+
+
+ +### What version of Badger are you using? + + +### Does this issue reproduce with the latest master? + + +### What are the hardware specifications of the machine (RAM, OS, Disk)? + + +### What did you do? + + + + + +### What did you expect to see? + + + +### What did you see instead?