Merge pull request #36190 from hashicorp/bug-templ-llm

Add LLM info request to the bug report form
equivalence-testing/sams/skip-graph-cycle-validation
Craig Wright 1 year ago committed by GitHub
commit d7b94fa69e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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:

Loading…
Cancel
Save