From 9f1922979142798a945d0058e3db50cff8bacda9 Mon Sep 17 00:00:00 2001 From: Dev Ojha Date: Thu, 26 Jul 2018 01:18:55 -0700 Subject: [PATCH] .github: Split the issue template into two seperate templates (#2073) * .github: Split the issue template into two seperate templates Now we have different bug report and feature request templates. * Forgot to add the name, and about fields --- .github/ISSUE_TEMPLATE | 42 ----------------------- .github/ISSUE_TEMPLATE/bug-report.md | 38 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 13 +++++++ 3 files changed, 51 insertions(+), 42 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md 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 + +--- +