Community guidelines#
The deforisk
QGIS plugin is Open Source and released under the GNU
GPL version 3 license. Anybody who is interested can contribute to
the package development. There are many ways to contribute, such as
writing tutorials, examples or tests, improving documentation,
submitting bug reports and feature requests, or writing code to
provide new functionalities which can be incorporated into future
versions of the package. Every contributor must agree to follow the
project’s Code Of Conduct.
Report an issue#
If you want to report a bug, request a feature, or discuss an issue, please open an issue on the GitHub project page.
Contribute to code#
Changes to the source code and documentation should be made via GitHub pull requests (PR).
You can learn how to do this from this free video series How to Contribute to an Open Source Project on GitHub, Aaron Meurer’s tutorial on the git workflow, or the guide How to Contribute to Open Source.
The important steps to follow are:
Start by creating a fork of the
deforisk-qgis-plugin
repositoryMake changes to the source code on a development branch, not the default main branch.
Keep your fork’s main and development branches up to date with changes in the
deforisk-qgis-plugin
repository.Commit the changes you made. Chris Beams has written a guide on how to write good commit messages.
Push to your fork and submit a pull request.