2016-05-31 23:17:15 +02:00
|
|
|
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.
|
|
|
|
|
2017-01-25 10:26:35 +01:00
|
|
|
ln -s ../../scripts/prepare-commit.sh .git/hooks/pre-commit
|
2016-05-31 23:17:15 +02:00
|
|
|
|
|
|
|
Getting your pull request merged
|
|
|
|
--------------------------------
|
|
|
|
|
|
|
|
This is a volunteer project, so sometimes it may take a little while to merge
|
|
|
|
your pull request.
|
|
|
|
|
2017-03-12 14:24:40 +01:00
|
|
|
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)
|
2016-05-31 23:17:15 +02:00
|
|
|
in the developers guide.
|