/Contribution-Guide

A contribution guide for the QSC Q-SYS Programming Super Group

Primary LanguageCSS

Contribution-Guide

A contribution guide for the QSC Q-SYS Programming Super Group


Following on from the keen sharing of the facebook group these repositories allow for the collaboration and consuption of Q-SYS plugins.

Recomended File Structure

├── pluginName.qplug - your plugin file
├── README.md - A readme for developers, please use the docs folder for user documentation. Start this with a link to the gh-pages docs folder.
├── LICENSE.md - A license file, if you choose to include one. See https://choosealicense.com/
├── /docs - a folder for your plugin documentation to use. We recomend docsify as it is easy to use.
|   ├── index.html - generated by docsify
|   └── README.md - the docs landing page.

Useful Links