Thanks for contributing.
- Clone the repository:
git clone https://github.com/OpenSPP/QGIS-openspp.git
cd QGIS-openspp- Install the plugin in development mode:
./install-dev.sh- Open QGIS and enable OpenSPP GIS.
Run unit tests from the repository root:
pytestValidate and package the plugin:
bash build.sh- Keep changes focused and clearly scoped.
- Include tests for new behavior or bug fixes.
- Update
README.mdwhen user-facing behavior changes. - Ensure
pytestandbash build.shpass before opening a PR. - Use descriptive commit messages.