-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support language for VGH-833 #13567
Support language for VGH-833 #13567
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One request to fix a typo, but otherwise looks good to me 🫡
24070f1
to
e5acb78
Compare
e5acb78
to
8cbc6f8
Compare
75f2376
to
db300cf
Compare
# 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or when prompted by selecting the `New to Hashicorp? Sign up` link at the bottom of the sign in widget. | |
or when prompted by selecting the `New to Hashicorp? Sign up` link just below the sign-in. |
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`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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`. | |
1. Navigate to the HashiCorp [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`. |
|
||
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`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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`. | |
2. To submit a new support request select `Other / No Contract`. Read the SLA disclaimer and then click `I still want to submit a ticket`. |
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. | |
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 below the sign-in. |
@@ -75,14 +75,14 @@ The resource you are trying to access does not exist. This may also be returned | |||
|
|||
##### **429** Too Many Requests | |||
|
|||
You are currently being rate-limited. Please decrease your frequency of usage, or contact us at [support[email protected]](mailto:support[email protected]) with a description of your use case so that we can consider creating an exception. | |||
You are currently being rate-limited. Please decrease your frequency of usage, or [contact support](/vagrant/intro/support) with a description of your use case so that we can consider creating an exception. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will we do this?
Closed in favor of #13570 now that vercel isn't randomly failing to deploy previews |
Adds a
Support
section to the top level vagrant intro section of the vagrant docs. Then replaces all references to the support email with a link tocontact support
that takes users to the blurb on how to file a support ticket.