From 28baa34bdcd0140538546079116bbd2192e1e97d Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 5 Feb 2026 20:51:41 +0100 Subject: [PATCH] point to developer docs from CONTRIBUTING.md --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0c2eabcf..6f8577b7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,6 +42,15 @@ description or in documentation need to sufficient. You need to show that the code actually solves the problem the PR claims to solve. +## Getting Started with Development + +Please see the development section of the Nominatim documentation for + +* [an architecture overview](https://nominatim.org/release-docs/develop/develop/overview/) + and backgrounds on some of the algorithms +* [how to set up a development environment](https://nominatim.org/release-docs/develop/develop/Development-Environment/) +* and background on [how tests are organised](https://nominatim.org/release-docs/develop/develop/Testing/) + ## Coding style