From f774e64849ec277a22ea4faf282ce4d0cfb24563 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Fri, 12 Mar 2021 05:15:11 +0900 Subject: [PATCH] chore: add the guide about Terraform Configuration in Bug Report (#139) --- .github/ISSUE_TEMPLATE/Bug_Report.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.md b/.github/ISSUE_TEMPLATE/Bug_Report.md index 3772ffc4..faff141f 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.md +++ b/.github/ISSUE_TEMPLATE/Bug_Report.md @@ -44,6 +44,12 @@ If you are running into one of these scenarios, we recommend opening an issue in # 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: https://keybase.io/hashicorp +# The code should be runnable for maintainers to reproduce the problem. +# We can't reproduce the problem with partial code. +# Don't include unknown input variables, local values, resources, etc. +# If you can reproduce the problem with public Docker images, please don't use private Docker images. +# Don't include unneeded resources to reproduce the problem. +# Don't set unneeded attributes to reproduce the problem. ``` ### Debug Output