diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..c8cdf53 --- /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`** + +``` +Replace ... with whatever command you use to trigger the issue +``` + +**The Vagrantfile used to reproduce:** + +``` +Insert Vagrantfile here (remove sensitive data if needed) +``` + +**Are you using upstream vagrant package or your distros package?** +