QGIS/.github/CONTRIBUTING.md
Nyall Dawson 85d543a739 Rename scripts to swap "-" for "_" for consistency
We had a confusing and unpredictable mix of script names with
- vs _, e.g. scripts/prepare-commit.sh vs scripts/sipify_all.sh

This unifies with the preferred _ convention for script file names
2020-04-28 02:22:33 +10:00

807 B

Contributing to QGIS

QGIS is an open source project and we appreciate contributions very much.

Proper formatting

Before making a pull request, please make sure your code is properly formatted by running the prepare commit script before issuing git commit.

./scripts/prepare_commit.sh

This can be automated by setting up the pre-commit hook properly.

ln -s ../../scripts/prepare_commit.sh .git/hooks/pre-commit

Getting your pull request merged

This is a volunteer project, so sometimes it may take a little while to merge your pull request.

There is a guide with hints for getting your pull requests merged in the developers guide.