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