4 Guidelines for developers
5 -------------------------
7 - Each module should be contained in a folder of its name (e.g.\
8 `mod_ping/mod_ping.lua`)
9 - Each module should have a `README.markdown` page in their folder
10 with a description, usage, configuration and todo sections (feel
11 free to copy an existing one as a template)
12 - Commit messages should begin with the name of the plugin they are
13 for (e.g. `mod_ping: Set correct namespace on pongs`)
15 Instructions on cloning the repository are at
16 <https://prosody.im/doc/installing_modules#prosody-modules>