Skip to content

Commit a690ef4

Browse files
authored
Update issue templates
1 parent 9512fea commit a690ef4

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help to improve this module
4+
title: "[BUG]"
5+
labels: bug
6+
assignees: grem11n
7+
8+
---
9+
10+
**Disclaimer**
11+
Please, check the [`examples`](https://github.com/grem11n/terraform-aws-vpc-peering/tree/master/examples) directory in this repository. It contains code samples for some common use cases of this module. Also, CI uses this code to run automated tests. It may be that your use case is already present there.
12+
13+
Please, check the [**Important Notice**](https://github.com/grem11n/terraform-aws-vpc-peering#important-notice) section of README. It contains the description of known issues and workarounds as well as the compatibility matrix between Terraform versions and the versions of this module.
14+
15+
**Describe the bug**
16+
A clear and concise description of what the bug is.
17+
18+
**Terraform version**: What Terraform version do you use?
19+
20+
**Module version**: What module version do you use?
21+
22+
**Error message**:
23+
Please, provide an output of the error message you get.
24+
25+
**Terraform code that produces the error**:
26+
Please, put your Terraform code here. If you don't want to disclose your code, please, describe your use case thoroughly.
27+
28+
**Additional context**
29+
Add any other context about the problem here.

0 commit comments

Comments
 (0)