Skip to content

Commit 7abf8b2

Browse files
author
Terraform User
committed
Managed by Terraform
1 parent 1e3ac14 commit 7abf8b2

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
---
11+
name: Bug report
12+
about: Let us know about an unexpected error, a crash, or an incorrect behavior.
13+
14+
---
15+
### Installation Process
16+
<!---
17+
Did you install on your local machine, or in a kubernetes cluster? Did you use kubectl, helm, brew, a GitHub release, or the source code? Let us know below.
18+
-->
19+
20+
### Version
21+
<!---
22+
What version are you running? Is it the latest version? If not, please try with the latest version, as your issue may have been fixed.
23+
-->
24+
25+
```
26+
...
27+
```
28+
29+
### Expected Behavior
30+
<!--
31+
What should have happened?
32+
-->
33+
34+
### Actual Behavior
35+
<!--
36+
What actually happened?
37+
-->
38+
39+
### Steps to Reproduce
40+
<!--
41+
Please list the full steps required to reproduce the issue.
42+
-->
43+
44+
### Additional Context
45+
<!--
46+
Are there anything atypical about your situation that we should know?
47+
-->
48+
49+
### References
50+
<!--
51+
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here?
52+
-->

0 commit comments

Comments
 (0)