mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Add CONTRIBUTE.md to help new contributors. (#2581)
This file will be shown when people make new pull requests.
This commit is contained in:
parent
fda06c0c45
commit
c7da8a701b
25
CONTRIBUTE.md
Normal file
25
CONTRIBUTE.md
Normal file
@ -0,0 +1,25 @@
|
||||
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://github.com/m-kuhn/QGIS-Website/blob/qtcreator.rst/source/site/getinvolved/development/git.rst#pull-requests)
|
||||
in the developers guide.
|
Loading…
x
Reference in New Issue
Block a user