File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[submodule "submodules/volto "]
22 path = submodules/volto
33 url = https://github.com/plone/volto.git
4- branch = plone6-docs
4+ branch = master
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ We use git submodules to manage multiple repositories.
179179We imported the `plone/volto` repository into the `plone/documentation` repository as described in {doc}`setup-build`.
180180
181181```{important}
182- We currently use the branches `plone/documentation@6-dev` and `plone/volto@plone6-docs ` as the main branches for developing Plone 6 Documentation.
182+ We currently use the branches `plone/documentation@6-dev` and `plone/volto@master ` as the main branches for developing Plone 6 Documentation.
183183These branches may change as we get closer to a production release.
184184```
185185
@@ -197,16 +197,16 @@ These branches may change as we get closer to a production release.
197197 cd submodules/volto
198198 ` ` `
199199
200- 1. Update the submodule, and sync your local ` plone6-docs ` branch with its remote.
200+ 1. Update the submodule, and sync your local ` master ` branch with its remote.
201201 You might need to resolve conflicts.
202202
203203 ` ` ` shell
204204 git submodule update
205- git checkout plone6-docs
205+ git checkout master
206206 git pull
207207 ` ` `
208208
209- 1. Create a new branch from ` volto/plone6-docs ` .
209+ 1. Create a new branch from ` volto/master ` .
210210
211211 ` ` ` shell
212212 git checkout -b < new_branch>
@@ -239,7 +239,7 @@ These branches may change as we get closer to a production release.
239239 git push
240240 ` ` `
241241
242- 1. Visit the GitHub ` plone/volto` repository, and [create a pull request](https://github.com/plone/volto/compare) against the branch ` plone6-docs ` .
242+ 1. Visit the GitHub ` plone/volto` repository, and [create a pull request](https://github.com/plone/volto/compare) against the branch ` master ` .
2432431. Members who subscribe to the ` plone/volto` repository will receive a notification and review your request.
244244
245245
You can’t perform that action at this time.
0 commit comments