diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..6c1d898 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,37 @@ + +### Steps to reproduce +1. +2. +3. + +### Expected behaviour +Tell us what should happen + +### Actual behaviour +Tell us what happens instead + +### System configuration +**OS/Distro version:**: + +**Libvirt version:** + +**Output of `vagrant version; vagrant plugin list`:** + +**Output of `VAGRANT_LOG=debug vagrant ... --provider=libvirt`** +``` +Insert debug output inside quotes here (replace ... with whatever command you use to trigger the issue) +``` + +**A Vagrantfile to reproduce the issue:** +``` +Insert Vagrantfile inside quotes here (remove sensitive data if needed) +``` + +**Are you using upstream vagrant package or your distros package?** +Upstream / Distro