From ad2a96da50444c51600ace4ff015d92f921d0632 Mon Sep 17 00:00:00 2001 From: ofir-frd <85901822+ofir-frd@users.noreply.github.com> Date: Sat, 26 Jul 2025 08:39:28 +0300 Subject: [PATCH] docs: add code languages best practice hierarchy --- docs/docs/tools/improve.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/tools/improve.md b/docs/docs/tools/improve.md index 4242ad1e..6ef2cb28 100644 --- a/docs/docs/tools/improve.md +++ b/docs/docs/tools/improve.md @@ -235,6 +235,10 @@ For organizations managing multiple repositories with different requirements, Qo │ │ └── best_practices.md │ ├── backend_repos/ │ │ └── best_practices.md + │ ├── python_repos/ + │ │ └── best_practices.md + │ ├── cpp_repos/ + │ │ └── best_practices.md │ └── ... ├── qodo-merge/ # For standalone repositories │ └── best_practices.md