vagrant/.github/ISSUE_TEMPLATE.md

46 lines
1.4 KiB
Markdown
Raw Normal View History

2016-02-17 18:24:49 +00:00
Please note that the Vagrant issue tracker is reserved for bug reports and
enhancements. For general usage questions, please use the Vagrant mailing list:
https://groups.google.com/forum/#!forum/vagrant-up. Thank you!
### Vagrant version
Run `vagrant -v` to show the version. If you are not running the latest version
of Vagrant, please upgrade before submitting an issue.
### Host operating system
This is the operating system that you run locally.
### Guest operating system
This is the operating system you run in the virtual machine.
2016-02-17 18:27:28 +00:00
### Vagrantfile
```ruby
2017-12-12 19:32:46 +00:00
# Copy-paste your Vagrantfile here (but don't include sensitive information such as passwords, authentication tokens, or email addresses)
2016-02-17 18:27:28 +00:00
```
Please note, if you are using Homestead or a different Vagrantfile format, we
may be unable to assist with your issue. Try to reproduce the issue using a
vanilla Vagrantfile first.
2016-02-17 18:24:49 +00:00
### Debug output
Provide a link to a GitHub Gist containing the complete debug output:
2016-06-06 13:58:25 +00:00
https://www.vagrantup.com/docs/other/debugging.html. The debug output should
be very long. Do NOT paste the debug output in the issue, just paste the
link to the Gist.
2016-02-17 18:24:49 +00:00
### Expected behavior
What should have happened?
### Actual behavior
What actually happened?
### Steps to reproduce
1.
2.
3.
### References
Are there any other GitHub issues (open or closed) that should be linked here?
For example:
- GH-1234
- ...