Skip to content
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

Shrunk the request type helper text #7800

Merged
merged 1 commit into from
Aug 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _docs/_hidden/other/documentation_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,9 +437,9 @@ hide_toc: true
Request Type
</label>
<select id="doc_urgent" name="Request_Type" class="drop-down-sel">
<option value="urgent">Urgent — This request raises smoke on the Doc Site or requires a high-priority change.</option>
<option value="feature_release">Feature Release: Feature Update - This request is for new or existing product features that need to be communicated to the Tech Writing and Braze Learning teams.</option>
<option value="standard" selected="selected">Standard: I have a suggestion, question about, or update to an article.</option>
<option value="urgent">Urgent: Raise smoke on the Doc Site or request a high-priority change</option>
<option value="feature_release">Feature update: Communicate new or updated product features with Tech Writing and Braze Learning</option>
<option value="standard" selected="selected">Standard: I have a suggestion, question about, or update to an article</option>
</select>

</div>
Expand Down