Skip to content

Commit 91f0d2b

Browse files
author
Terraform User
committed
Managed by Terraform
1 parent 3aa1640 commit 91f0d2b

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
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)