Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
8.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2018 at 14:54 UTC
Updated:
19 Feb 2019 at 17:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
volkswagenchickI uploaded a patch that capitalizes the name of the module and also its submodules.
I also addressed a dependency namespacing issue:
According to Drupal standards, modules should include dependencies in the .info.yml file.
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.
https://www.drupal.org/docs/8/creating-custom-modules/let-drupal-8-know-...
Thanks!!
Comment #3
volkswagenchickOooops - that patch was not complete. I have uploaded the correct one, thanks!
Comment #4
alonaoneill commentedReviewed the patch for spelling and grammar. Formatting aligns to Drupal documentation standards. Everything looks good. Patch applied.
Marking as RTBCed.
Thank you for working on module!
Comment #5
joelpittetThanks to you both, I agree, following the standard that others are written in core.