Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
13 Jan 2025 at 09:51 UTC
Updated:
24 Apr 2025 at 15:39 UTC
Jump to comment: Most recent

Comments
Comment #2
vishal.kadamThank you for applying!
Please read Review process for security advisory coverage: What to expect for more details and Security advisory coverage application checklist to understand what reviewers look for. Tips for ensuring a smooth review gives some hints for a smoother review.
The important notes are the following.
phpcs --standard=Drupal,DrupalPracticeon the project, which alone fixes most of what reviewers would report.To the reviewers
Please read How to review security advisory coverage applications, Application workflow, What to cover in an application review, and Tools to use for reviews.
The important notes are the following.
For new reviewers, I would also suggest to first read In which way the issue queue for coverage applications is different from other project queues.
Comment #3
vishal.kadamComment #4
vishal.kadam1. Fix phpcs issues.
2. FILE: README.md
The README file is missing the required sections, including Requirements, Installation, and Configuration.
3. FILE: seeds_toolbar.module
The usual description for a .module file is Hook implementations for the [module name] module. where [module name] is the module name given in the .info.yml file.
4. FILE: templates/seeds-add-menu.html.twig
FILE: templates/seeds-add.html.twig
FILE: templates/seeds-toolbar-help.html.twig
FILE: templates/seeds-toolbar-menu.html.twig and templates/seeds-toolbar.html.twig
Twig code needs to be correctly indented. Drupal uses two spaces for indentation, not four spaces or tabs.
5. FILE: templates/seeds-toolbar-help.html.twig
Strings shown in the user interface must be translatable. That holds true also for strings used in template files.
6. FILE: src/SeedsManager.php
The documentation comment for constructors is not mandatory anymore, If it is given, the description must be Constructs a new [class name] object. where [class name] includes the class namespace.
Comment #5
yahyaalhamadWill check it.
Comment #6
yahyaalhamadThe new changes were committed to fix the problems. I was not sure about the `SeedsManager.php` point, but I added a better description for the constructor, I made sure to reference other modules to make sure everything is right.
Comment #7
vishal.kadamAll Twig files are still improperly indented. Ensure that two spaces are used for indentation instead of four spaces or tabs.
Comment #8
yahyaalhamadAnother try to fix the indentation in twig, it seems vscode shows me that the indentation is 2 spaces, but it is actually 4 spaces
Comment #9
vishal.kadamRest looks fine to me.
Let’s wait for a Code Review Administrator to take a look and if everything goes fine, you will get the role.
Comment #10
avpadernoThank you for your contribution and for your patience with the review process!
I am going to update your account so you can opt into security advisory coverage any project you create, including the projects you already created.
These are some recommended readings to help you with maintainership:
You can find more contributors chatting on Slack or IRC in #drupal-contribute. So, come hang out and stay involved!
Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.
I thank the dedicated reviewers as well.
Comment #11
avpaderno