From b78b846344810254b098068a8ec9af7437f55dde Mon Sep 17 00:00:00 2001 From: Gerben Meijer Date: Thu, 28 Apr 2016 22:35:16 +0200 Subject: [PATCH 1/2] 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?** + From 77af061aaaab0e9aa96ac5ef9a1480eb2af199af Mon Sep 17 00:00:00 2001 From: Gerben Meijer Date: Thu, 28 Apr 2016 22:47:16 +0200 Subject: [PATCH 2/2] Minor adjustments to issue template --- .github/issue_template.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index c8cdf53..6c1d898 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,7 +1,9 @@ ### Steps to reproduce 1. @@ -22,16 +24,14 @@ Tell us what happens instead **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 +Insert debug output inside quotes here (replace ... with whatever command you use to trigger the issue) ``` -**The Vagrantfile used to reproduce:** - +**A Vagrantfile to reproduce the issue:** ``` -Insert Vagrantfile here (remove sensitive data if needed) +Insert Vagrantfile inside quotes here (remove sensitive data if needed) ``` **Are you using upstream vagrant package or your distros package?** - +Upstream / Distro