Problem/Motivation
The Readme file is missing for the module
Proposed resolution
Create Readme file according to the template: https://www.drupal.org/docs/develop/managing-a-drupalorg-theme-module-or...
Issue fork html_title-3570681
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
atoll commentedComment #5
atoll commentedAdded README with table of contents, requirements, installation instructions, configuration, and maintainers list.
The CI failure is not caused by this MR (the README change does not affect runtime behavior), but by an existing functional test HtmlTitleViewsTest::testViewsRssStyle.
The test expects the exact string Test sup-tag, while the actual RSS output differs due to changes in how the title is sanitized/rendered or formatted in the current CI environment, causing the strict string assertion to fail.
Comment #6
vitaliyb98 commentedAdded comments in the MR, and also please fixthe CSPELL pipeline.
Comment #7
vitaliyb98 commentedComment #8
atoll commentedUpdated README file. Added list of words excluded from cspell validation.
Comment #9
vitaliyb98 commentedThanks for your improvements in the Readme! Merged