We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cec15c commit 7359df7Copy full SHA for 7359df7
CONTRIBUTING.md
@@ -8,6 +8,15 @@
8
- In the dev branch, implement and test you changes specific to the feature.
9
- Build the project and make sure everything works.
10
- 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
20
- Submit a pull request to the origin:dev branch.
21
22
#### Please avoid:
0 commit comments