From 5231940c41a48acb09e97622ef026b0712e25e2a Mon Sep 17 00:00:00 2001 From: dario Date: Mon, 13 Mar 2017 22:35:15 +0100 Subject: Adding issue template --- .github/ISSUE_TEMPLATE.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..558930d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,30 @@ +# Version Reports: + +### Distro version of host: + +``` openSUSE 42.2/ Centos7/ Ubuntu.. ``` + +### Terraform Version Report +(Provided by running `terraform -v`.) + +### Libvirt version + +```virsh --version``` + +### terraform-provider-libvirt plugin version (git-hash) + +``` git log``` +___ +# Description of Issue/Question + +### Setup +(Please provide the full **main.tf** file for reproducing the issue (Be sure to remove sensitive info) + +### Steps to Reproduce Issue +(Include debug logs if possible and relevant.) + +___ +# Additional Infos: + +Do you have SELinux or Apparmor/Firewall enabled? Some special configuration? +Have you tried to reproduce the issue without them enabled? -- cgit v1.2.3