-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add detailed support section to intro
- Loading branch information
Showing
10 changed files
with
59 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
layout: vagrant-cloud | ||
page_title: Vagrant Cloud Support | ||
description: "Find support for Vagrant Cloud through our email or community channels." | ||
--- | ||
# Contacting Support | ||
|
||
~> **Note**: You will need a Hashicorp Zendesk account to submit a support ticket. You may create an account [here](https://hashicorp.zendesk.com/auth/v2/login/registration) | ||
or when prompted by selecting the `New to Hashicorp? Sign up` link at the bottom of the sign in widget. | ||
|
||
To submit a support ticket: | ||
1. Go to our [Support Page](https://support.hashicorp.com/hc/en-us). You may find the answers you need by searching our support knowledge base, but if not select `Open a new ticket`. | ||
2. To submit a new support request select `Other / No Contract` and after reading the SLA disclaimer click `I still want to submit a ticket`. | ||
3. You will then be prompted to log in to a Hashicorp specific zendesk. If you do not have an account you can create one by clicking the `Sign up` link at the bottom of the sign in widget. | ||
|
||
### Free Support | ||
|
||
We do not currently publish support SLAs for free accounts, but endeavor to | ||
respond as quickly as possible. We respond to most requests within less than 24 | ||
hours. | ||
|
||
|
||
## HashiCorp Tools Support | ||
|
||
It's often the case that Vagrant Cloud questions or feedback relates to | ||
the HashiCorp tooling. We encourage all Vagrant Cloud users to search for | ||
related issues and problems in the open source repositories and mailing lists | ||
prior to contacting us to help make our support more efficient and to help | ||
resolve problems faster. | ||
|
||
Visit the updating tools section for a list of our tools and their project | ||
websites. | ||
|
||
## Documentation Feedback | ||
|
||
Due to the dynamic nature of Vagrant Cloud and the broad set of features | ||
it provides, there may be information lacking in the documentation. | ||
|
||
Vagrant Cloud documentation is open source. | ||
If you'd like to improve or correct the documentation, | ||
please submit a pull-request to the | ||
[Vagrant project on GitHub](https://github.com/hashicorp/vagrant/tree/main/website/content/vagrant-cloud/). | ||
The Vagrant Cloud documentation can be found in the `/website/pages/vagrant-cloud/` directory. | ||
|
||
Otherwise, to make a suggestion or report an error in documentation, please [contact support](/vagrant/intro/support). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,5 +31,9 @@ | |
{ | ||
"title": "Contributing", | ||
"path": "contributing-guide" | ||
}, | ||
{ | ||
"title": "Support", | ||
"path": "support" | ||
} | ||
] |