From c97de0b52614cf68b03fecb0a3cb7cb56ee81f60 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Fri, 10 Aug 2018 18:19:42 -0700 Subject: [PATCH] Separate issue templates for Bugs vs. Features Here our prior existing single template becomes the "Bug report" template, and we introduce a second "Feature request" template that is more appropriate for gathering context about a feature request. --- .../bug_report.md} | 6 ++ .github/ISSUE_TEMPLATE/feature_request.md | 59 +++++++++++++++++++ 2 files changed, 65 insertions(+) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/bug_report.md} (95%) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 95% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug_report.md index d4d2f7ba6..f8ff57918 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,3 +1,9 @@ +--- +name: Bug report +about: Let us know about an unexpected error, a crash, or an incorrect behavior. + +--- + + +### Current Terraform Version + + +``` +... +``` + +### Use-cases + + +### Attempted Solutions + + +### Proposal + + +### References +