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.
This commit is contained in:
Darragh Bailey
2020-11-16 10:49:50 +00:00
committed by GitHub
parent 71503ed62e
commit d3daf962e3

View File

@@ -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:**