From a6dcc38586e504d754b010f4b9afe10c1e7a933f Mon Sep 17 00:00:00 2001 From: Marcus Date: Tue, 13 Jan 2026 09:04:14 +0100 Subject: [PATCH] Document repository structure Adds a simple explanation of the repository layout for new contributors --- docs/REPOSITORY_STRUCTURE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/REPOSITORY_STRUCTURE.md diff --git a/docs/REPOSITORY_STRUCTURE.md b/docs/REPOSITORY_STRUCTURE.md new file mode 100644 index 00000000..fd5780ac --- /dev/null +++ b/docs/REPOSITORY_STRUCTURE.md @@ -0,0 +1,9 @@ +# Repository Structure + +This repository is organized to keep examples simple and easy to follow. + +Common directories: +- `docs/` — additional documentation +- source files — example scripts and helpers + +Understanding the structure helps new contributors navigate the project faster.