Skip to content

Commit e552fde

Browse files
committed
First draft of contributing with Volto submodules.
Move existing "Managing contributions on GitHub" section after "Contributor Roles" section
1 parent 0791f93 commit e552fde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/contributing/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,12 @@ These branches may change as we get closer to a production release.
220220
make linkcheck
221221
```
222222

223-
1. Back in `submodules/volto`, commit your changes.
223+
1. Back in `submodules/volto`, commit and push your changes to the remote.
224224

225225
```shell
226226
git add <files>
227227
git commit -m "My commit message"
228+
git push
228229
```
229230

230231
1. Now return to the project root directory, and update the submodule to point to the commit you just made, and push your changes to the remote repository.

0 commit comments

Comments
 (0)