diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE deleted file mode 100644 index ed3caac5f..000000000 --- a/.github/ISSUE_TEMPLATE +++ /dev/null @@ -1,42 +0,0 @@ - - -**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): - -**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): - -**Logs (you can paste a small part showing an error or link a pastebin, gist, etc. containing more of the log file)**: - -**Config (you can paste only the changes you've made)**: - -**`/dump_consensus_state` output for consensus bugs** - -**Anything else do we need to know**: diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..7ace32f24 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,38 @@ +--- +name: Bug Report +about: Create a report to help us squash bugs! + +--- + + +**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): + +**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): + +**Logs (paste a small part showing an error (< 10 lines) or link a pastebin, gist, etc. containing more of the log file)**: + +**Config (you can paste only the changes you've made)**: + +**`/dump_consensus_state` output for consensus bugs** + +**Anything else we need to know**: diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 000000000..e88fe61d4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,13 @@ +--- +name: Feature Request +about: Create a proposal to request a feature + +--- +