From df9b883079bdbd5fd1cbe225f57a46d3f1e1db4a Mon Sep 17 00:00:00 2001 From: Thomas Heritage Date: Mon, 29 Jun 2026 12:14:21 +0100 Subject: [PATCH] CONTRIBUTING: no submodules * bmx does not contain git submodules -- libMXF and libMXFpp were moved into the bmx repo some time ago See https://github.com/ebu/bmx/commit/ebbc70f --- CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f86ba79e..09fd6863 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,12 +14,10 @@ review and the main repository stays uncluttered. Actions on your fork lets you run the workflows against your own changes. 2. **Clone** your fork and create a topic branch for your work: ```bash - git clone --recursive https://github.com//bmx.git + git clone https://github.com//bmx.git cd bmx git checkout -b my-change ``` - Note the `--recursive` flag — bmx includes the `libMXF` and `libMXF++` - dependencies as submodules in `deps/`. 3. **Add the upstream repository** as a remote (once) so you can pull in the latest changes: ```bash