summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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?