alejandrom1999 / moodle_tfg

0 stars 1 forks source link

incorrect repository name and structure. #3

Open danmarsden opened 9 months ago

danmarsden commented 9 months ago

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"

Github maintains redirects from your old name to the new one which makes this very easy - just hit the "settings" tab on your github repository and the rename repository option should appear near the top.

Your code is also contained within a directory "objetivos" within the repository - please put the code into the root of the repository - this allows sites to use git submodules or subtrees to add your code to their site (many Moodle sites use git to manage their code-base and this will simplify their ability to use your code.)