You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributing/documentation/admins.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,4 +81,4 @@ To make it easier for other contributors to work with your project, update the f
81
81
- Add the symlink `docs/my_package` to `.gitignore`.
82
82
- Optionally set a branch to work on in`.gitmodules`.
83
83
84
-
Commit and push your changes to a remote, and submit a pull request against [`plone/documentation@6-dev`](https://github.com/plone/documentation/compare).
84
+
Commit and push your changes to a remote, and submit a pull request against [`plone/documentation@6.0`](https://github.com/plone/documentation/compare).
Copy file name to clipboardExpand all lines: docs/contributing/documentation/index.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ Quick edits for minor issues, such as typographical errors, misspellings, and En
127
127
:alt: GitHub Edit this file
128
128
```
129
129
1. Make edits, add a commit message, select {guilabel}`Create a new branch for this commit and start a pull request`, then click {guilabel}`Propose changes`.
130
-
1. Make your pull request against the branch `6-dev`.
130
+
1. Make your pull request against the branch `6.0`.
131
131
1. Members who subscribe to the repository will receive a notification and review your request.
132
132
1. Request a review from other team members.
133
133
@@ -148,15 +148,15 @@ This practice differs depending on whether you are making contributions to only
148
148
149
149
This section describes how to make contributions to files in the `plone/documentation` repository only, and excludes files in `submodules/plone.api/docs`, `submodules/plone.restapi/docs` and `submodules/volto/docs`.
150
150
151
-
1. From the project root directory, sync your local `6-dev` branch with its remote.
151
+
1. From the project root directory, sync your local `6.0` branch with its remote.
152
152
You might need to resolve conflicts.
153
153
154
154
```shell
155
-
git checkout 6-dev
155
+
git checkout 6.0
156
156
git pull
157
157
```
158
158
159
-
1. Create a new branch from `6-dev`.
159
+
1. Create a new branch from `6.0`.
160
160
161
161
```shell
162
162
git checkout -b <new_branch>
@@ -195,7 +195,7 @@ This section describes how to make contributions to files in the `plone/document
195
195
git push
196
196
```
197
197
198
-
1. Visit the GitHub `documentation` repository, and [create a pull request](https://github.com/plone/documentation/compare) against the branch `6-dev`.
198
+
1. Visit the GitHub `documentation` repository, and [create a pull request](https://github.com/plone/documentation/compare) against the branch `6.0`.
199
199
1. Members who subscribe to the repository will receive a notification and review your request.
200
200
1. Request a review from other team members.
201
201
@@ -209,15 +209,16 @@ We use `git submodules` to manage multiple repositories.
209
209
We imported the external repositories the `plone/documentation` repository as described in {doc}`setup-build`.
210
210
211
211
```{important}
212
-
We currently use the branches `plone/documentation@6-dev`, `plone/plone.api@master`, `plone/plone.restapi@master`, and `plone/volto@master` as the main branches for developing Plone 6 Documentation.
212
+
We currently use the branches `plone/[email protected]`, `plone/plone.api@master`, `plone/plone.restapi@master`, and `plone/volto@master` as the main branches for developing Plone 6 Documentation.
213
+
For Volto, we backport changes to documentation from `plone/volto@master` to `plone/[email protected]`, and deploy documentation from `plone/[email protected]`.
213
214
These branches may change as we get closer to a production release.
214
215
```
215
216
216
-
1. From the project root directory, sync your local `6-dev` branch with its remote.
217
+
1. From the project root directory, sync your local `6.0` branch with its remote.
0 commit comments