* .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 fieldspull/2075/merge
@ -1,42 +0,0 @@ | |||||
<!-- Thanks for filing an issue! Before hitting the button, please answer these questions.--> | |||||
**Is this a BUG REPORT or FEATURE REQUEST?** (choose one): | |||||
<!-- | |||||
If this is a BUG REPORT, please: | |||||
- Fill in as much of the template below as you can. | |||||
If this is a FEATURE REQUEST, please: | |||||
- Describe *in detail* the feature/behavior/change you'd like to see. | |||||
In both cases, be ready for followup questions, and please respond in a timely | |||||
manner. We might ask you to provide additional logs and data (tendermint & app) | |||||
in a case of bug. | |||||
--> | |||||
**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**: |
@ -0,0 +1,38 @@ | |||||
--- | |||||
name: Bug Report | |||||
about: Create a report to help us squash bugs! | |||||
--- | |||||
<!-- | |||||
Please fill in as much of the template below as you can. | |||||
Be ready for followup questions, and please respond in a timely | |||||
manner. We might ask you to provide additional logs and data (tendermint & app). | |||||
--> | |||||
**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**: |
@ -0,0 +1,13 @@ | |||||
--- | |||||
name: Feature Request | |||||
about: Create a proposal to request a feature | |||||
--- | |||||
<!-- | |||||
Please describe *in detail* the feature/behavior/change you'd like to see. | |||||
Be ready for followup questions, and please respond in a timely | |||||
manner. | |||||
Word of caution: poorly thought out proposals may be rejected without deliberation | |||||
--> |