From 186048cee0ea591fd9c743fd693a8fe6dfa8d522 Mon Sep 17 00:00:00 2001 From: Jack Zampolin Date: Thu, 12 Jul 2018 13:53:09 -0700 Subject: [PATCH] Add ISSUE_TEMPLATES --- .github/ISSUE_TEMPLATE/bug-report.md | 18 ++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 15 +++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..34150f70 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,18 @@ +--- +name: Bug Report +about: create a bug report +--- + +__System info:__ [Include Ethermint commit, operating system name, and other relevant details] + +__Steps to reproduce:__ + +1. [First Step] +2. [Second Step] +3. [and so on...] + +__Expected behavior:__ [What you expected to happen] + +__Actual behavior:__ [What actually happened] + +__Additional info:__ [Include gist of relevant config, logs, etc.] diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..8095f8b9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,15 @@ +--- +name: Feature request +about: Opening a feature request kicks off a discussion + +--- + +__Proposal:__ [Description of the feature] + +__Current behavior:__ [What currently happens] + +__Desired behavior:__ [What you would like to happen] + +__Use case:__ [Why is this important (helps with prioritizing requests)] + +Requests may be closed if we're not actively planning to work on them.