You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update contribution instructions for bundled / mirrored libraries
Since we moved some Wikibase-related libraries into the Wikibase
repository under lib/packages/, we don’t want people to send pull
requests for them on GitHub anymore – they should instead submit
Wikibase changes on Gerrit.
Clarify this in the README files.
Bug: T357294
Change-Id: Ie54227e2e7973eded4b9bac113073916d3409da9
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,9 @@ has no dependencies whatsoever on these or on MediaWiki itself.
18
18
19
19
Recent changes can be found in the [release notes](RELEASE-NOTES.md).
20
20
21
+
Note that this repository is a mirror of part of the upstream [Wikibase project](https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/Wikibase/+/refs/heads/master/lib/packages/wikibase/data-model/) on Gerrit.
22
+
Contributions should be made to the directories there using MediaWiki's [Gerrit process](https://www.mediawiki.org/wiki/Gerrit).
23
+
21
24
## Installation
22
25
23
26
You can use [Composer](http://getcomposer.org/) to download and install
@@ -60,6 +63,11 @@ in the root directory. You can use the tools in their standard manner, though ca
60
63
required by our CI by executing `composer ci`. To just run tests use `composer test`, and to just
61
64
run style checks use `composer cs`.
62
65
66
+
## Contributing
67
+
68
+
This repository is a mirror of part of the upstream [Wikibase project](https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/Wikibase/+/refs/heads/master/lib/packages/wikibase/data-model/) on Gerrit.
69
+
Contributions should be made to the directories there using MediaWiki's [Gerrit process](https://www.mediawiki.org/wiki/Gerrit).
0 commit comments