From e5ef3e30198ec178fa78dd2e36dc12a4b2b7d20e Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Fri, 3 Feb 2017 12:29:18 +0400 Subject: [PATCH] add ISSUE_TEMPLATE for github [ci skip] [circle skip] --- .github/ISSUE_TEMPLATE | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 000000000..6b0b11f0d --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,41 @@ + + +**Is this a BUG REPORT or FEATURE REQUEST?** (choose one): + + + +**Tendermint version** (use `tendermint version` or `git rev-parse --verify HEAD` if installed from source): + + +**ABCI app** (name for built-in, URL for self-written if it's publicly available): + + +**Merkleeyes version** (use `git rev-parse --verify HEAD`, skip if you don't use it): + + +**Environment**: +- **OS** (e.g. from /etc/os-release): +- **Install tools**: +- **Others**: + + +**What happened**: + + +**What you expected to happen**: + + +**How to reproduce it** (as minimally and precisely as possible): + + +**Anything else do we need to know**: