We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47449ea commit 09caa12Copy full SHA for 09caa12
CONTRIBUTING.md
@@ -360,8 +360,10 @@ git add path/to/submodule
360
361
outside the submodule.
362
363
-It can also be more convenient during development to set `submodules = false`
364
-in the `config.toml` to prevent `x.py` from resetting to the original branch.
+In order to prepare your PR, you can run the build locally by doing
+`./x.py build src/tools/TOOL`. If you will be editing the sources
365
+there, you may wish to set `submodules = false` in the `config.toml`
366
+to prevent `x.py` from resetting to the original branch.
367
368
## Writing Documentation
369
[writing-documentation]: #writing-documentation
0 commit comments