Third-party patches are possible by using pull requests.
- Make sure you have a GitHub account.
- Fork our repository on GitHub - https://github.com/belgianpolice/internet-platform.
- Create a topic branch from the
master
branch, do not work directly on themaster
branch. - Make commits of logical units.
- Check for unnecessary whitespace with
git diff --check
before committing. - Make sure your commit messages are properly written (english only).
- Push your changes to your topic branch in your fork.
- Create a pull request.
- You'll need to keep your fork in sync, more information can be found in 'Syncing a fork'.