All useful additions to The Silo are welcome.
To contribute to the project please do the following:
- Fork the project
Add gizmos to
/the_silo/gizmos
Gizmo names should be all lowercase and separated by underscores
Register the new gizmo in
/the_silo/silo_data.json
Gizmos are described in a list of lists under the key
gizmos
. To extend the list of gizmos, create a new list with the format [nice name, gizmo_name]Test the changes work
Create a pull request
Add scripts to
/the_silo/scripts
Module names should be all lowercase and separated by underscores
Register the new script in
/the_silo/silo_data.json
Scripts are described in a list of lists under the key
scripts
. To extend the list of scripts, create a new list with the format [nice name, module_name, function_name, shortcut]Test the changes work
Create a pull request