A plugin for QGIS to create step-by-step lessons and tutorials.
If you wish to contribute patches you can fork the project, make your changes, commit to your repository, and then issue a pull request. The development team can then review your contribution and commit it upstream as appropriate.
The plugin is documented here.
This repository uses external repositories as submodules. Therefore in order to include the external repositories during cloning you should use the --recursive option:
git clone --recursive http://github.com/boundlessgeo/qgis-lessons-plugin.git
Also, to update the submodules whenever there are changes in the remote repositories one should do:
git submodule update --remote
By default, the package task will add lessons from the desktop-lessons repository. To avoid it, use the --nolessons
modifier