swh:1:snp:7e36fad119db96cd19f9e93fa2b900f061b275c7
Raw File
Tip revision: 8d5e9761df4256b6bd6eba373e3f32b396731a12 authored by Juergen E. Fischer on 17 June 2022, 12:04:38 UTC
Release of 3.22.8
Tip revision: 8d5e976
CONTRIBUTING.md
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](https://docs.qgis.org/testing/en/docs/developers_guide/git.html#pull-requests)
in the developers guide.
back to top