Your repository name should use the standard frankenstyle Moodle naming convention which makes it easy for moodle admins to identify your plugin.
the correct format to use is moodle-{frankenstylepluginname}
eg if your plugin was "mod_attendance" the correct name to use would be: "moodle-mod_attendance"
also - put your files in the "root" of the repo - don't put them inside a folder called "moodle-mod_attendance" that way admins can use git submodules or subtrees to install your plugin in their sites.
not a blocker for approval - but really good to do.
Your repository name should use the standard frankenstyle Moodle naming convention which makes it easy for moodle admins to identify your plugin.
the correct format to use is moodle-{frankenstylepluginname} eg if your plugin was "mod_attendance" the correct name to use would be: "moodle-mod_attendance"
also - put your files in the "root" of the repo - don't put them inside a folder called "moodle-mod_attendance" that way admins can use git submodules or subtrees to install your plugin in their sites.
not a blocker for approval - but really good to do.