diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index eaa4762508cd..3c7f0d74b44a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -61,8 +61,11 @@ body: attributes: label: Debug Output description: Full debug output can be obtained by running Terraform with the environment variable `TF_LOG=trace`. Please create a GitHub Gist containing the debug output. Please do _not_ paste the debug output in the issue, since debug output is long. Debug output may contain sensitive information. Please review it before posting publicly. - placeholder: ...link to gist... - value: + placeholder: + value: | + ``` + ...debug output, or link to a gist... + ``` validations: required: true - type: textarea @@ -121,6 +124,17 @@ body: value: validations: required: false + - type: textarea + id: tf-genai + attributes: + label: Generative AI / LLM assisted development? + description: | + If you used a generative AI / LLM tool to assist in the development of your config, please let us know which tool you used here. + ex. ChatGPT 3.5 / CoPilot / AWS Q / etc. + placeholder: LLM assistance tool? + value: + validations: + required: false - type: markdown attributes: