From 7b17672fd36a6579834b3141b19bd7945baa9dc8 Mon Sep 17 00:00:00 2001 From: Sammy Libre Date: Wed, 27 Sep 2017 14:33:35 +0500 Subject: [PATCH] Add issue template --- .github/ISSUE_TEMPLATE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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..6a2acf9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,22 @@ +#### System information + +Monero version: `monerod --version` or commit hash via `git rev-parse --short HEAD` if `master` branch + +Stratum commit hash: `git rev-parse --short HEAD` + +OS & Version: Linux/OSX + +#### Expected behaviour + + +#### Actual behaviour + + +#### Steps to reproduce the behaviour + + +#### Backtrace + +```` +[backtrace] +````