Skip to content

Commit

Permalink
Merge branch 'master' of github.com:josenk/terraform-provider-esxi
Browse files Browse the repository at this point in the history
  • Loading branch information
josenk committed Dec 31, 2019
2 parents 4ad9b16 + fd6c935 commit 430848e
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Bug report
about: Something is broken.
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. terraform plan/apply/refresh '...'
2. See error '...'

**Expected behavior**
A clear and concise description of what you expected to happen.

**Terraform files**
Provide a minimalist main.tf and other terraform files that reproduces your issue. If your problem is related to terraform plan/apply/etc, most likely these files will be REQUIRED.

**Desktop (please complete the following information):**
- OS: [e.g. Linux/Mac/Windows Ver 1.2.3]
- Terraform Version: [e.g. 0.12.9]
- Ovftool Version:
- This Plugin Version [e.g. v1.6.0]

**Additional context**
- Add any other context about the problem here.
- Enable terraform debugging, then re-run commands that produced the error:
- export TF_LOG=DEBUG
- Initially this may not be required, however, be prepared to upload debug information IF REQUESTED.

0 comments on commit 430848e

Please sign in to comment.