Block descriptions: apply consistency in the descriptions, unifying the writing style using third person.#70430
Block descriptions: apply consistency in the descriptions, unifying the writing style using third person.#70430cobianzo wants to merge 4 commits intoWordPress:trunkfrom
Conversation
|
👋 Thanks for your first Pull Request and for helping build the future of Gutenberg and WordPress, @cobianzo! In case you missed it, we'd love to have you join us in our Slack community. If you want to learn more about WordPress development in general, check out the Core Handbook full of helpful information. |
|
Warning: Type of PR label mismatch To merge this PR, it requires exactly 1 label indicating the type of PR. Other labels are optional and not being checked here.
Read more about Type labels in Gutenberg. Don't worry if you don't have the required permissions to add labels; the PR reviewer should be able to help with the task. |
|
Thanks for contributing, but I think there should be more of an opportunity for copy and design contributors to add to the discussion in the issue. I think that's especially the case since there was already an existing convention added in Documentation: Clarify block conventions for block descriptions, and that seems to have already been agreed upon by copy and design contributors at the time. If you want to try a separate PR that fixes any existing descriptions that breaks the existing convention, then that might be an easier change. |
|
Since a similar PR has already been submitted and further discussion is needed, let's close this PR. @cobianzo We appreciate your efforts! |
Excellent, @Infinite-Null I see your PR now. Yes, I think I found some gotchas in the issue that might need to be addressed to your PR. I´ll add my comments there (#69478)! |
What?
This PR addresses issue #69475 by unifying the writing style used in block descriptions across the codebase.
This issue fixes the inconsistent use of verb tense (e.g. "Display" vs. "Displays") and phrasing patterns across blocks introduces minor but noticeable cognitive friction.
"Add a user’s avatar."→"Adds a user’s avatar."block.jsonfiles (e.g.paragraph,avatar, etc.), including blocks not currently active in WordPress.test/e2e/specs/editor/plugins/block-variations.spec.jswhere description strings changed. (playwright test has been ran and passed)Why?
Consistent descriptions improve UX clarity and maintain a professional tone across the interface, especially for new users scanning the editor for functionality.
How?
Testing Instructions
Manual testing
Keyboard testing
Affected automated testing
Review suggestions
This PR touches different areas:
block-design.md,core-blocks.md) → cc @WordPress/gutenberg-docsSuggesting review of the original phrasing line by @sarahmonster.
block-design.md. (image which remains out of date, referencing old descriptionhttps://developer.wordpress.org/files/2022/01/block-descriptions-do.png)Thanks!