[Registrar] Add troubleshooting section to transfer page - #29285
[Registrar] Add troubleshooting section to transfer page#29285marciocloudflare merged 3 commits into
Conversation
There was a problem hiding this comment.
This information is captured in the note that's in this partial file. If you want to see the exact note, it's the second note on this page.
|
Hey there, we've marked this pull request as stale because there's no recent activity on it. This label helps us identify PRs that might need updates (or to be closed out by our team if no longer relevant). |
e89914c to
334eaee
Compare
marciocloudflare
left a comment
There was a problem hiding this comment.
Style and structural review — 2 issues found across 2 files.
The main issue is a merge conflict with production: the "Email verification required" section was added to troubleshooting.mdx by PR #29782 on 2026-04-15 while this PR was sitting stale. Rebasing onto production will drop the duplicate and surface whether anything else needs updating.
| @@ -198,6 +198,17 @@ The process for transferring domains in bulk is the same as transferring a singl | |||
|
|
|||
| --- | |||
|
|
|||
| If your transfer is stuck or failing, refer to [Troubleshoot failed domain transfers](/registrar/troubleshooting/). | |||
| ## Having issues? | |||
There was a problem hiding this comment.
[medium] Heading style. ## Having issues? uses a gerund ("Having") and ends in a question — the docs style guide says: "Never use gerund phrases, questions, or calls to action as titles or subtitles."
Suggested rename: ## Common transfer issues (noun phrase) or ## Troubleshoot common issues (imperative). Either conforms to the rule and keeps the section's intent clear.
…orm naming and section heading
334eaee to
9213067
Compare
|
All feedback addressed:
|
Adds a 'Having issues?' section to the bottom of the transfer guide with direct links to the most common troubleshooting scenarios. Previously, the 'Troubleshooting' page was only text-linked from this main transfers page and not easy to discover. This changes that.