From ab59462cf4cf0e38b10d6ed616e193308b24aad3 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 28 Jul 2022 16:45:16 -0700 Subject: [PATCH] Update contributing doc --- .github/CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 241c7bcf4..27a98dde8 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -32,6 +32,10 @@ No pull request template is provided on GitHub. The expected changes are often a **Tip:** Make it small! A focused PR gives you the best chance of having it accepted. Then, repeat if you have more to propose! +### Vagrant Go + +The Vagrant port to Go is currently in an alpha state and under heavy development. Please refer to [this issue](https://github.com/hashicorp/vagrant/issues/12819) before starting or submitting pull requests related to Vagrant Go. + ### Setup a development installation of Vagrant *A Vagrantfile is provided that should take care setting up a VM for running the rspec tests.* If you only need to run those tests and don't also want to run a development version of Vagrant from a host machine then it's recommended to use that.