From d44463a330867e97129476f3eb5e5a3b6334ab33 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Wed, 3 Sep 2025 19:57:41 +0200 Subject: [PATCH] chore: fix copilot-instructions --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 6488609e8..dd12c882f 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -9,7 +9,7 @@ Welcome! These instructions help ensure Copilot Coding Agent can efficiently col - `src/`: Main source code (device adapters, communication, logic). - `test/`: Automated tests. - `docs/`: Documentation. - - `data/`: Zigbee device definitions. + - `data/`: Configuration and database ## 2. Preferred Practices - **Branching:** Use feature branches (`feat/xyz`) for enhancements and `fix/xyz` for bug fixes.