Capitalize the name of the module and dependency namespacing in .info.yml file
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3062135. --> Reported by: [alonaoneill](https://www.drupal.org/user/3541269) >>> <p>Capitalize the name of the module, because module names are proper nouns.<br> Also according to Drupal standards, modules should include dependencies in the .info.yml file.<br> Dependencies should be namespaced in the format {project}:{module}, where {project} is the project name as it appears in the Drupal.org URL (e.g. drupal.org/project/views) and {module} is the module's machine name.<br> <a href="https://www.drupal.org/docs/8/creating-custom-modules/let-drupal-8-know-about-your-module-with-an-infoyml-file">https://www.drupal.org/docs/8/creating-custom-modules/let-drupal-8-know-about-your-module-with-an-infoyml-file</a><br> Patch to follow, thanks!</p>
issue