From 7cfa2b69868e0ca6dbcc3ccffa2568ac292faff8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 5 Jan 2011 17:06:58 -0800 Subject: [PATCH] README in contrib directory --- CHANGELOG.md | 2 ++ contrib/README.md | 10 ++++++++++ contrib/vim/vagrantfile.vim | 1 - 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 contrib/README.md diff --git a/CHANGELOG.md b/CHANGELOG.md index cf9d3525b..eceadb3ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ - Boxes downloaded during `vagrant up` reload the Vagrantfile config, which fixes a problem with box settings not being properly loaded. [GH-231] - `config.ssh.forward_x11` to enable the ForwardX11 SSH option. [GH-255] + - Vagrant source now has a `contrib` directory where contributions of miscellaneous + addons for Vagrant will be added. ## 0.7.0.beta (December 24, 2010) diff --git a/contrib/README.md b/contrib/README.md new file mode 100644 index 000000000..cb3a03108 --- /dev/null +++ b/contrib/README.md @@ -0,0 +1,10 @@ +# Vagrant Contrib + +Miscellaneous contributions which assist people in using Vagrant will +make their way into this directory. An up-to-date list of short descriptions +for each item will be kept below. + +## List of Contrib Items + +* `vim` - Contains a `.vim` file for enabling Ruby syntax highlighting + for `Vagrantfile`s. diff --git a/contrib/vim/vagrantfile.vim b/contrib/vim/vagrantfile.vim index 43994a00a..0f692697c 100644 --- a/contrib/vim/vagrantfile.vim +++ b/contrib/vim/vagrantfile.vim @@ -7,4 +7,3 @@ augroup vagrant au! au BufRead,BufNewFile Vagrantfile set filetype=ruby augroup END -