File: CONTRIBUTING.md

package info (click to toggle)
vagrant-lxc 1.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 420 kB
  • ctags: 290
  • sloc: ruby: 2,569; sh: 371; makefile: 7
file content (24 lines) | stat: -rw-r--r-- 1,430 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
### Please read before contributing

* If you have an issue with base boxes, please create it on https://github.com/fgrehm/vagrant-lxc-base-boxes,
  this repository is for the Vagrant plugin only.

* 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
  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)
  using the `vagrant` / `lxc` tag on it so that I get notified :)

* Please do a 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 /
  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 :)

Thanks!