diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..e9b2d69 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Identify Environment** + - Terraform version [`terraform -version`]: + - Repository [`git remote -v show`]: + - Git branch [`git branch`]: + - Current working directory [`pwd`]: + - Commands issued + - Errors generated + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add pasted text output from terraform plan or apply (or a screenshot, but text is preferred) to help explain your problem. + +**Server (please complete the following information):** + - Hostname [e.g. redwood.cto.census.gov] + - OS Version [e.g. RHEL6, RHEL7] + +**Additional context** +Add any other context about the problem here.