Skip to content

Commit

Permalink
add issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Aug 2, 2021
1 parent e97623a commit 035e234
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 035e234

Please sign in to comment.