From 4452a6c9553a2fb26a191607067af6466d2e8bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20M=C3=B6hle?= <91616163+softhack007@users.noreply.github.com> Date: Sun, 5 Apr 2026 14:32:43 +0200 Subject: [PATCH] Update repository structure section in instructions small readability improvement --- .github/copilot-instructions.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 7b4d0e63..df35eb29 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -47,8 +47,15 @@ For detailed build timeouts, development workflows, troubleshooting, and validat ## Repository Structure -tl;dr: Firmware source: `wled00/` (C++). Web UI source: `wled00/data/`. Auto-generated headers: `wled00/html_*.h` — **never edit or commit**. -Usermods: `usermods/` (`.h` files, included via `usermods_list.cpp`). Build targets: `platformio.ini`. CI/CD: `.github/workflows/`. +tl;dr: +* Firmware source: `wled00/` (C++). +* Build targets: `platformio.ini`. +* Web UI source: `wled00/data/`. +* Auto-generated headers: `wled00/html_*.h` — **never edit or commit**. +* Usermods: `usermods/` (`.h` files, included via `usermods_list.cpp`). +* CI/CD: `.github/workflows/`. + +Main development trunk: `mdev` branch. Make PRs against this branch. Detailed overview: @@ -73,7 +80,6 @@ package.json # Node.js scripts and release ID .github/workflows/ # CI/CD pipelines ``` -Main development branch: `mdev` ## General Guidelines