Skip to content

mdouchin/qgis_resources_sharing

 
 

Repository files navigation

QGIS Resources Sharing Plugin

QGIS Resources Sharing allows you to share collections (set of resources: SVGs, symbols, styles, color ramps, and processing scripts). Please read the documentation here www.akbargumbira.com/qgis_resources_sharing.

Build Status Coverage Status Gitter

Contributing

This project uses git submodule for the test data. To clone the project completely, do:

git clone git@github.com:akbargumbira/qgis_resources_sharing.git <the destination directory>
cd <the destination directory>
git submodule init
git submodule update

Branching

We have some branches that we use for our workflow:

  • develop: The latest development version. Please make a PR to this branch if you make a fix or develop new features.
  • master: The latest stable version. If you find an issue and have a patch, please after pushing the fix in develop branch, cherry-pick to the this branch and make another PR to this branch. After having enough fixes, we will release a new version from this branch.
  • gh-pages: This is the branch for the documentation hosted in github pages (www.akbargumbira.com/qgis_resources_sharing). It's in markdown. Please make a PR to this branch if you want to change or add something to the documentation.

Packages

No packages published

Languages

  • Python 95.2%
  • C 3.8%
  • Other 1.0%