From b78b846344810254b098068a8ec9af7437f55dde Mon Sep 17 00:00:00 2001 From: Gerben Meijer Date: Thu, 28 Apr 2016 22:35:16 +0200 Subject: [PATCH] Add issue reporting template --- .github/issue_template.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 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 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?** +