2013-09-28 05:11:08 +00:00
|
|
|
### Please read before contributing
|
|
|
|
|
|
|
|
* Try not to post questions in the issues tracker. I will probably answer you
|
|
|
|
but I'll most likely close the issue right away and will continue the discussion
|
|
|
|
with the issue closed. If you have any questions about the plugin, make sure
|
|
|
|
you go through the [Wiki](https://github.com/fgrehm/vagrant-lxc/wiki) pages
|
2013-11-06 23:03:43 +00:00
|
|
|
first (specially the [Troubleshooting Section](https://github.com/fgrehm/vagrant-lxc/wiki/Troubleshooting))
|
|
|
|
and if you still need answers please ask a question on [Stack Overflow](http://stackoverflow.com/questions/tagged/vagrant-lxc)
|
2013-09-28 05:11:08 +00:00
|
|
|
using the `vagrant-lxc` tag on it so that I get notified :)
|
|
|
|
|
|
|
|
* Please do a small search on the issues tracker before submitting your issue to
|
|
|
|
check if it was already reported / fixed.
|
|
|
|
|
|
|
|
* When reporting a bug, please include **all** information that you can get
|
|
|
|
about your environment. Things like vagrant / vagrant-lxc / kernel / lxc /
|
2013-10-03 15:25:41 +00:00
|
|
|
distro versions, the list of plugins you have installed, a [gist](https://gist.github.com/)
|
|
|
|
with the output of running `VAGRANT_LOG=debug vagrant COMMAND`, the `Vagrantfile`
|
|
|
|
you are using and / or base box URL are really useful when tracking down what's
|
|
|
|
going on on your side of the globe and will get bonus points :)
|
2013-09-28 05:11:08 +00:00
|
|
|
|
|
|
|
Thanks!
|