Skip to content

Commit

Permalink
Add prepare-commit.sh setup step in how to contribute patches
Browse files Browse the repository at this point in the history
Also use real step numbers so you don't need a markdown renderer
to read the content
  • Loading branch information
strk committed Jan 22, 2025
1 parent 346d932 commit cbef91d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ You can help us **by submitting bug reports or fixing bugs** in the [QGIS bug tr
If you wish to contribute patches you can:

1. [fork the project](https://help.github.com/forking/)
1. make your changes
1. commit to your repository
1. and then [create a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/).
2. Install the pre-commit hook: `ln -s ../../scripts/prepare_commit.sh .git/hooks/pre-commit`
3. make your changes
4. commit to your repository
5. and then [create a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/).

The development team can then review your contribution and commit it upstream as appropriate.

Expand Down

0 comments on commit cbef91d

Please sign in to comment.