mod_muc_webchat_url: Fix default url
[prosody-modules.git] / CONTRIBUTING
bloba733e2c039578c8d9afd116d352cca58beea234c
1 Contributing
2 ============
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>