diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index e99d578800..46f6d3c5cf 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -10,15 +10,7 @@ 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**: +**Version** (use `git rev-parse --verify HEAD`): **What happened**: @@ -27,16 +19,14 @@ manner. We might ask you to provide additional logs and data (tendermint & app). **What you expected to happen**: -**Have you tried the latest version**: yes/no - **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)**: +**Config (you can paste only the changes you've made to the config)**: **node command runtime flags**: **Please provide the output from the `http://:/dump_consensus_state` RPC endpoint for consensus bugs** -**Anything else we need to know**: +**Anything else**: diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md deleted file mode 100644 index 62c3e4f3aa..0000000000 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: Feature Request -about: Create a proposal to request a feature - ---- - - - -## Summary - - - -## Problem Definition - - - -## Proposal - - - -____ - -#### For Admin Use - -- [ ] Not duplicate issue -- [ ] Appropriate labels applied -- [ ] Appropriate contributors tagged -- [ ] Contributor assigned/self-assigned diff --git a/.github/ISSUE_TEMPLATE/implement-feature.md b/.github/ISSUE_TEMPLATE/implement-feature.md new file mode 100644 index 0000000000..cac1cf69ed --- /dev/null +++ b/.github/ISSUE_TEMPLATE/implement-feature.md @@ -0,0 +1,45 @@ +--- +name: Actionable implementation task +about: A well-defined, already decided-on, actionable implementation task. + +--- + +## Summary + + + +## Details + + + +### Action Items + +- [ ] sub-task 1 + + +### References + + + diff --git a/.github/ISSUE_TEMPLATE/proposal.md b/.github/ISSUE_TEMPLATE/proposal.md new file mode 100644 index 0000000000..612dd9b4dd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/proposal.md @@ -0,0 +1,35 @@ +--- +name: proposal +about: Propose an improvement, feature, or change to core components + +--- + + + +## Summary + + + +## Problem Definition + + + +## Proposal + + + +### Implementation + + + + + + diff --git a/.github/ISSUE_TEMPLATE/write-adr.md b/.github/ISSUE_TEMPLATE/write-adr.md new file mode 100644 index 0000000000..fe3360eb65 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/write-adr.md @@ -0,0 +1,43 @@ +--- +name: ADR +about: Write an ADR for certain aspect of the system + +--- + +## Summary + + + +## Details + + + + + + + +## References and Context + +