diff --git a/.github/ISSUE_TEMPLATE/hcl2-parsing-error.md b/.github/ISSUE_TEMPLATE/hcl2-parsing-error.md new file mode 100644 index 00000000..4837d3ff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/hcl2-parsing-error.md @@ -0,0 +1,32 @@ +--- +name: HCL2 parsing error +about: Template for reporting a bug related to parsing HCL2 code +title: '' +labels: bug +assignees: kkozik-amplify + +--- + +**Describe the bug** + +A clear and concise description of what the bug is. + +**Software:** + - OS: [macOS / Windows / Linux] + - Python version (e.g. 3.9.21) + - python-hcl2 version (e.g. 7.0.0) + +**Snippet of HCL2 code causing the unexpected behaviour:** +```terraform +locals { + foo = "bar" +} +``` +**Expected behavior** + +A clear and concise description of what you expected to happen, e.g. python dictionary or JSON you expected to receive as a result of parsing. + +**Exception traceback (if applicable)**: + +``` +```