From 32a819077006c08baf4b1df7b4593726d07745bf Mon Sep 17 00:00:00 2001 From: bdm-oslandia Date: Thu, 22 Aug 2024 16:28:31 +0200 Subject: [PATCH] Add link to developer guide in `New features and enhancements` of README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8f0a4a03fba..daf4d68cc31 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,8 @@ If you wish to contribute patches you can: If you commit a new feature, add `[FEATURE]` to your commit message AND give a clear description of the new feature. The label `Needs documentation` will be added by maintainers and will automatically create an issue on the QGIS-Documentation repo, where you or others should write documentation about it. + A [complete developer guide](https://docs.qgis.org/latest/en/docs/developers_guide/index.html) is also available to explain the build process, the unit testing system and more! + For large-scale changes, you can open a [QEP (QGIS Enhancement Proposal)](https://github.com/qgis/QGIS-Enhancement-Proposals). QEPs are used in the process of creating and discussing new enhancements or policy for QGIS. ### Translations