Legoktm has uploaded a new change for review. https://gerrit.wikimedia.org/r/232225
Change subject: Add link to [[mw:Manual:External libraries]] in README ...................................................................... Add link to [[mw:Manual:External libraries]] in README Change-Id: I206d339171b6289e62baace2dbb685cecaf5bb37 --- M README.md 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vendor refs/changes/25/232225/1 diff --git a/README.md b/README.md index 2cbcc33..7195975 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Adding or updating libraries ---------------------------- +0. Read the [documentation] on the process for adding new libraries. 1. Edit the composer.json file 2. Run `composer update` to download files and update the autoloader files. 3. Add and commit changes as a gerrit patch. @@ -26,3 +27,4 @@ [Composer]: https://getcomposer.org/ [MediaWiki]: https://www.mediawiki.org/wiki/MediaWiki +[documentation]: https://www.mediawiki.org/wiki/Manual:External_libraries -- To view, visit https://gerrit.wikimedia.org/r/232225 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I206d339171b6289e62baace2dbb685cecaf5bb37 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/vendor Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
