From 28632790b723eff476ce9d3bc68effd2d2c7a7e2 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Mon, 20 Nov 2017 09:54:09 -0800 Subject: [PATCH] Issue template: comment out the instruction portions By wrapping the instruction portions in comments we can get a cleaner rendering of the issue if a user posts it without removing the instructions first. The content is otherwise the same as before. --- .github/ISSUE_TEMPLATE.md | 40 +++++++++++++++++++++++++++++++++------ 1 file changed, 34 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index db44af68c..d8b75ff7c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,43 +1,71 @@ + ### Terraform Version -Run `terraform -v` to show the version. If you are not running the latest version of Terraform, please try upgrading because your issue may have already been fixed. + + +``` +... +``` ### Terraform Configuration Files + + ```hcl -# Copy-paste your Terraform configurations here. -# -# For large Terraform configs, please use a service like Dropbox and -# share a link to the ZIP file. For security, you can also encrypt the -# files using our GPG public key. +... ``` ### Debug Output + ### Crash Output + ### Expected Behavior + ### Actual Behavior + ### Steps to Reproduce + ### Important Factoids + ### References +