From 035e2341ffa58a1f8dffd7e85b0ccaf23176bd8d Mon Sep 17 00:00:00 2001 From: badra001 Date: Mon, 2 Aug 2021 10:02:14 -0400 Subject: [PATCH] add issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md 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.