From a20476adefe93af169087ce588e3d3b9da9890e4 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sun, 30 Jul 2023 21:16:24 -0700 Subject: [PATCH] README: remove mention of git-fu magic monorepo stuff Signed-off-by: Stephen Gutekanst --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4bea492..d3a2bb5d 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,5 @@ Currently we test using `0.11.0-dev.3947+89396ff02`. Newer is generally better, ## Contributing -Mach is maintained as a monorepo. When changes are merged to this repository, we use some git-fu to pick out the commits to subdirectories and push them to sub-repositories automagically. Changes to the `libs/glfw/` directory in this repository get pushed to the separate [mach-glfw](https://github.com/hexops/mach-glfw) repository after being merged here, for example. - -Please prefix commits / pull requests with the project name (`glfw: fix an issue`, `gpu: fix an issue`, etc.) and if possible only one project per commit. If you don't know how to do this, no worries, we can help - just send your PR anyway! +Please prefix commits / pull requests with the project name (`editor: fix an issue`, `math: fix an issue`, etc.) If you +don't understand, no worries - just send your PR anyway!