Skip to content

Commit 7359df7

Browse files
committed
Update CONTRIBUTING.md
1 parent 7cec15c commit 7359df7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
- In the dev branch, implement and test you changes specific to the feature.
99
- Build the project and make sure everything works.
1010
- Create well-documented commits of your changes.
11+
- Update Submodule:
12+
- git submodule update --remote
13+
- Commit submodules in case change in submodule
14+
- cd path/to/submodule
15+
- git add <stuff>
16+
- git commit -m "comment"
17+
- git push
18+
- Create a pull request to submodules
19+
- Update and commit submodule: git submodule update --remote
1120
- Submit a pull request to the origin:dev branch.
1221

1322
#### Please avoid:

0 commit comments

Comments
 (0)