From 0a9ed4581e0dba8ea3ff67a2f9ec0ebd8222dfc8 Mon Sep 17 00:00:00 2001 From: Pouya Shojaei <54838223+s-pouya-sh@users.noreply.github.com> Date: Sun, 6 Jul 2025 12:29:45 +0330 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3ce2fb1084..74151a1d84 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,7 @@ Add under: [`indi-3rdparty/`](https://github.com/indilib/indi-3rdparty/) **Example structure:** - indi/ + indi-3rdparty/ └── drivers/ └── yourdevice/ ├── CMakeLists.txt @@ -49,6 +49,17 @@ Add under: [`indi-3rdparty/`](https://github.com/indilib/indi-3rdparty/) └── doc/ └── index.md + indi/ + └── drivers/ + └── category/ + ├── CMakeLists.txt + ├── yourdevice.cpp + ├── yourdevice.h + ├── ... + └── doc/ + └── yourdevice + └── photo.webp + └── index.md --- ## 📄 Documentation Requirements