[Registrar] Add FAQ entries for top support questions - #32374
Open
allan-leinwand wants to merge 2 commits into
Open
[Registrar] Add FAQ entries for top support questions#32374allan-leinwand wants to merge 2 commits into
allan-leinwand wants to merge 2 commits into
Conversation
Contributor
Review
👉 Fix in your agent 👈Fix the following review findings in PR #32374 (https://github.com/cloudflare/cloudflare-docs/pull/32374).
Before making changes, review each finding and present a brief summary table:
- For each finding, state whether you agree, disagree, or need clarification
- If you disagree (e.g. the fix requires disproportionate effort for minimal benefit,
or the finding is factually incorrect), explain why
- If you need clarification before deciding, ask those questions
- Then share your plan for which issues to tackle and in what order
After triaging, follow this order:
1. Post a comment on this PR for any findings you are skipping, with the finding ID and your reasoning.
2. Then commit the fixes for the legitimate findings.
The comment must come before the commit — the bot reads PR comments when a new
push triggers a review, so skip comments posted after the push will be missed.
---
## Style Guide Review
### Warnings (1)
#### SG-7c44bc403e2f · Avoid directional words
- **File:** `src/content/docs/dns/nameservers/nameserver-options.mdx` line 16
- **Issue:** Uses "sections below"
- **Fix:** Replace "the sections below" with a direct reference, such as "the following sections" or name the section.
### Suggestions (2)
#### SG-a8769ea6d4cf · Use the Oxford comma for lists of three or more items
- **File:** `src/content/docs/registrar/faq.mdx` line 49
- **Issue:** Details that may be updated include name, email, address, organization and telephone number.
- **Fix:** Add a comma before "and": name, email, address, organization, and telephone number.
#### SG-3ef14624762e · Avoid LLM-filler phrases
- **File:** `src/content/docs/dns/nameservers/nameserver-options.mdx` line 16
- **Issue:** Uses "Note that" before "the availability of these options depends on your plan."
- **Fix:** Remove the filler phrase and state the fact directly: "The availability of these options depends on your plan."
Code ReviewThis code review is in beta and may not always be helpful — use your judgment. No code review issues found. ConventionsNo convention issues found. Style Guide ReviewWarnings (1)
Suggestions (2)
CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
Author
|
Verified the changes locally and they look good given the feedback on our FAQ page. |
Author
- Apply style-review fixes to new FAQ entries (heading punctuation, contraction, toggle wording, Oxford commas, filler removal, and non-time-sensitive examples) - Normalize all FAQ headings to drop trailing punctuation - Improve heading discoverability for verification, third-party nameservers, and contact-change/approval questions - Update inbound DNS nameserver links to the renamed FAQ anchor
allan-leinwand
requested review from
SebastiaanYN,
Woutifier,
chreo,
dklbreitling,
esomoza-cf,
hannes-cf,
kerolasa,
matildeopbravo,
svenr-cf,
vendemiat and
xofyarg
as code owners
July 28, 2026 22:11
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Weaves the highest-volume Registrar support questions into the existing FAQ, reusing the page's question/answer format. Adds new entries for refunds, email verification/suspension, moving a domain between Cloudflare accounts, "charged but can't find my domain", pending transfers, and transfer billing/double charges. Enhances the existing contact-update and "why can't I transfer" answers with the 60-day Change of Registrant lock and
.us/.uknotes.Also lightly reorders within sections so the most common questions surface first, and fixes two pre-existing grammar issues.
Documentation checklist