Skip to content

Commit 4da158c

Browse files
Add bug report template
1 parent df6b5a9 commit 4da158c

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: HCL2 parsing error
3+
about: Template for reporting a bug related to parsing HCL2 code
4+
title: ''
5+
labels: bug
6+
assignees: kkozik-amplify
7+
8+
---
9+
10+
**Describe the bug**
11+
12+
A clear and concise description of what the bug is.
13+
14+
**Software:**
15+
- OS: [macOS / Windows / Linux]
16+
- Python version (e.g. 3.9.21)
17+
- python-hcl2 version (e.g. 7.0.0)
18+
19+
**Snippet of HCL2 code causing the unexpected behaviour:**
20+
```terraform
21+
locals {
22+
foo = "bar"
23+
}
24+
```
25+
**Expected behavior**
26+
27+
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.
28+
29+
**Exception traceback (if applicable)**:
30+
31+
```
32+
```

0 commit comments

Comments
 (0)