add some tips to CONTRIBUTING.md to help with debugging this problem
This commit is contained in:
parent
47449ea513
commit
09caa12a51
1 changed files with 4 additions and 2 deletions
|
@ -360,8 +360,10 @@ git add path/to/submodule
|
|||
|
||||
outside the submodule.
|
||||
|
||||
It can also be more convenient during development to set `submodules = false`
|
||||
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
|
||||
there, you may wish to set `submodules = false` in the `config.toml`
|
||||
to prevent `x.py` from resetting to the original branch.
|
||||
|
||||
## Writing Documentation
|
||||
[writing-documentation]: #writing-documentation
|
||||
|
|
Loading…
Add table
Reference in a new issue