Skip to content

Commit cb36916

Browse files
author
Terraform User
committed
Managed by Terraform
1 parent 60c0df6 commit cb36916

File tree

1 file changed

+59
-52
lines changed

1 file changed

+59
-52
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+59-52
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,59 @@
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-
-->
1+
name: Bug Report
2+
description: File a bug report
3+
labels: [bug, triage]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for taking the time to fill out this bug report! Please fill the form below.
9+
- type: textarea
10+
id: what-happened
11+
attributes:
12+
label: What happened?
13+
description: What happened?
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: expected
18+
attributes:
19+
label: What did you expect to happen?
20+
description: What is the expected or desired behavior?
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: reproducible
25+
attributes:
26+
label: How can we reproduce this?
27+
description: Please share the steps that we can take to reproduce this. Also include any relevant configuration.
28+
validations:
29+
required: true
30+
- type: textarea
31+
id: version
32+
attributes:
33+
label: version
34+
description: The version of the tool that you are using.
35+
render: bash
36+
validations:
37+
required: true
38+
- type: checkboxes
39+
id: search
40+
attributes:
41+
label: Search
42+
options:
43+
- label: I did search for other open and closed issues before opening this.
44+
required: true
45+
- type: checkboxes
46+
id: terms
47+
attributes:
48+
label: Code of Conduct
49+
description: By submitting this issue, you agree to follow the CODE_OF_CONDUCT in this repository.
50+
options:
51+
- label: I agree to follow this project's Code of Conduct
52+
required: true
53+
- type: textarea
54+
id: ctx
55+
attributes:
56+
label: Additional context
57+
description: Anything else you would like to add
58+
validations:
59+
required: false

0 commit comments

Comments
 (0)