From 4b2b46d4f7b7ea232a4f34be1f209e1a72247070 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Tue, 17 Feb 2026 22:51:01 +0100 Subject: [PATCH] Add link to development documentation for project setup guidelines --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e8a1f07..bbb46b0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,6 +7,8 @@ We welcome pull requests, but only if they meet the project's quality and design - Familiarity with Git and GitHub (basic commands, branching, forking, etc.) - A functioning development environment - Node.js, Python, or other relevant runtime/tools installed (check the `README.md`) +- Read the [Development Documentation](docs/development.md) for project-specific setup and guidelines (adding languages, + profile fields, etc.) ## Fork & Clone