summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordario <dario@atene.fritz.box>2017-03-13 22:35:15 +0100
committerdario <dario@atene.fritz.box>2017-03-13 22:47:23 +0100
commit5231940c41a48acb09e97622ef026b0712e25e2a (patch)
tree77958f701fe84c8a1201df361cfb72245c3e088e /.github
parent8e4adb8822ce80524e13ba93eea5f8f5f42e229e (diff)
downloadterraform-provider-libvirt-5231940c41a48acb09e97622ef026b0712e25e2a.tar
terraform-provider-libvirt-5231940c41a48acb09e97622ef026b0712e25e2a.tar.gz
Adding issue template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md30
1 files changed, 30 insertions, 0 deletions
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?