From d3daf962e3b99c71d457afb5e48c1210a734b40d Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Mon, 16 Nov 2020 10:49:50 +0000 Subject: [PATCH] Update issue template to request log be attached (#1168) Github supports attaching files, therefore switch to suggesting users attach the debug output instead of inserting to make it easier to quickly read over the issue. --- .github/issue_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 6c1d898..eceb745 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -23,9 +23,9 @@ Tell us what happens instead **Output of `vagrant version; vagrant plugin list`:** -**Output of `VAGRANT_LOG=debug vagrant ... --provider=libvirt`** +**Attach Output of `VAGRANT_LOG=debug vagrant ... --provider=libvirt >vagrant.log 2>&1`** ``` -Insert debug output inside quotes here (replace ... with whatever command you use to trigger the issue) +Delete this text and drag and drop the log file for github to attach and add a link here ``` **A Vagrantfile to reproduce the issue:**