Skip to content

Commit c7da8a7

Browse files
m-kuhnNathanW2
authored andcommitted
Add CONTRIBUTE.md to help new contributors. (#2581)
This file will be shown when people make new pull requests.
1 parent fda06c0 commit c7da8a7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CONTRIBUTE.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Contributing to QGIS
2+
====================
3+
4+
QGIS is an open source project and we appreciate contributions very much.
5+
6+
Proper formatting
7+
-----------------
8+
9+
Before making a pull request, please make sure your code is properly formatted
10+
by running the prepare commit script **before** issuing `git commit`.
11+
12+
./scripts/prepare-commit.sh
13+
14+
This can be automated by setting up the pre-commit hook properly.
15+
16+
ln -s scripts/prepare-commit.sh .git/hooks/pre-commit
17+
18+
Getting your pull request merged
19+
--------------------------------
20+
21+
This is a volunteer project, so sometimes it may take a little while to merge
22+
your pull request.
23+
24+
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)
25+
in the developers guide.

0 commit comments

Comments
 (0)