From f5f442b65809d75158f76868bbf6573d77d939bf Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Sat, 15 Sep 2018 10:05:07 -0700 Subject: [PATCH] Improve the issue template prompt * Clarify that reporting versions as latest is not helpful --- .github/ISSUE_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1b1eb75c..40baf706 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,11 +4,11 @@ ### Environment -* Platform: aws, bare-metal, google-cloud, digital-ocean +* Platform: aws, azure, bare-metal, google-cloud, digital-ocean * OS: container-linux, fedora-atomic -* Terraform: `terraform version` -* Plugins: Provider plugin versions -* Ref: Git SHA (if applicable) +* Ref: Release version or Git SHA (reporting latest is **not** helpful) +* Terraform: `terraform version` (reporting latest is **not** helpful) +* Plugins: Provider plugin versions (reporting latest is **not** helpful) ### Problem