README: remove mention of git-fu magic monorepo stuff

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-07-30 21:16:24 -07:00
parent db4a48604f
commit a20476adef

View file

@ -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!