Skip to content

Commit 1b515a1

Browse files
ihorutsnoam
authored andcommitted
CONTRIBUTING.rst: Note about git behaviour (python-telegram-bot#763)
1 parent b306934 commit 1b515a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/CONTRIBUTING.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@ Here's how to make a one-off code change.
137137
$ git commit -a
138138
$ git push origin your-branch-name
139139

140+
- If after merging you see local modified files in ``telegram/vendor/`` directory, that you didn't actually touch, that means you need to update submodules with this command:
141+
142+
.. code-block:: bash
143+
144+
$ git submodule update --init --recursive
145+
140146
- At the end, the reviewer will merge the pull request.
141147

142148
6. **Tidy up!** Delete the feature branch from both your local clone and the GitHub repository:

0 commit comments

Comments
 (0)