Skip to content

Commit

Permalink
Merge pull request #36190 from hashicorp/bug-templ-llm
Browse files Browse the repository at this point in the history
Add LLM info request to the bug report form
  • Loading branch information
crw authored Dec 11, 2024
2 parents c5409b9 + de35c78 commit d7b94fa
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit d7b94fa

Please sign in to comment.