Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 742 Bytes

File metadata and controls

44 lines (29 loc) · 742 Bytes

Contributing to OpenSPP QGIS Plugin

Thanks for contributing.

Development Setup

  1. Clone the repository:
git clone https://github.com/OpenSPP/QGIS-openspp.git
cd QGIS-openspp
  1. Install the plugin in development mode:
./install-dev.sh
  1. Open QGIS and enable OpenSPP GIS.

Running Tests

Run unit tests from the repository root:

pytest

Build Check

Validate and package the plugin:

bash build.sh

Pull Request Guidelines

  • Keep changes focused and clearly scoped.
  • Include tests for new behavior or bug fixes.
  • Update README.md when user-facing behavior changes.
  • Ensure pytest and bash build.sh pass before opening a PR.
  • Use descriptive commit messages.