website/content/intro/contributing-guide.mdx
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
[!IMPORTANT]
Documentation Update: Product documentation previously located in/websitehas moved to thehashicorp/web-unified-docsrepository, where all product documentation is now centralized. Please make contributions directly toweb-unified-docs, since changes to/websitein this repository will not appear on developer.hashicorp.com. ⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
HashiCorp has some community guidelines to ensure our public forums are a safe space for everyone. When contributing to Vagrant, please respect the same guidelines.
There are plenty of things to work on in Vagrant, not limited to writing software. This includes:
When looking through the Vagrant issue tracker
for a good first issue, it may be useful to filter by tags. For example, the
needs-community-help,
needs-repro, or
good-first-issue
tags.
Once you have found a good issue, you might want to get a development installation working. Follow the instructions for installing from source in order to setup a development environment.
Check out the Vagrant contribution guide for instructions on what can be expected for the pull request lifecycle.
When submitting your changes, please ensure you have done the following:
bundle exec rake and all tests pass