moodle-fumihax / mod_lticontainer

Moodle Module for Integration System of Moodle and JupyterHub (with LTIContaionerSpawner).
https://github.com/moodle-fumihax/mod_lticontainer/wiki
Other
0 stars 0 forks source link

Incorrect repository name #7

Open purnendudash opened 7 months ago

purnendudash commented 7 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"

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.