From 91f27c6d0475a3aeb4c12c01e8a89807765fe47f Mon Sep 17 00:00:00 2001 From: James Bardin Date: Fri, 29 Oct 2021 14:43:36 -0400 Subject: [PATCH] remove Crash section of issue template Terraform is no longer going to silently capture all logs for a possible crash report, and therefor won't create a crash.log file when a panic is encountered. The prompt to create a log file with TF_LOG from the Debug Output section should suffice to get users to submit the logs when possible. In the case of a crash specifically, the crash output also requests that the stack trace be added to the issue for users who may not be aware of what is necessary. --- .github/ISSUE_TEMPLATE/bug_report.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c8ad02922..a4d37fa55 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -53,11 +53,6 @@ Full debug output can be obtained by running Terraform with the environment vari Debug output may contain sensitive information. Please review it before posting publicly, and if you are concerned feel free to encrypt the files using the HashiCorp security public key. --> -### Crash Output - - ### Expected Behavior