diff options
author | Max <max@nextcloud.com> | 2023-03-15 00:01:58 +0100 |
---|---|---|
committer | Max <max@nextcloud.com> | 2023-03-15 00:03:06 +0100 |
commit | 9bb2c99b9301dd77b79fb02b47916d4e38a99503 (patch) | |
tree | 8e84098ea9cb980a6d67c339e357b73e0e96bfe3 /README.md | |
parent | dc262e5ce272f047ef60cb34ab5a459cebb89d92 (diff) | |
download | nextcloud-server-9bb2c99b9301dd77b79fb02b47916d4e38a99503.tar.gz nextcloud-server-9bb2c99b9301dd77b79fb02b47916d4e38a99503.zip |
doc: /update-3rdparty github command
Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md index 8954002eb30..5ef94047d06 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,9 @@ After that, please also include the autoloader file changes in your commits. - [🌊 WAVE](https://wave.webaim.org/extension/) for accessibility testing - [🚨 Lighthouse](https://developers.google.com/web/tools/lighthouse/) for testing performance, accessibility, and more +#### Helpful bots at github :robot: + +- Comment on a pull request with `/update-3rdparty` to update the 3rd party submodule. It will update to the last commit of the 3rd party branch named like the PR target. ## Contribution guidelines 📜 |