Skip to content

README: add update hints #158

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
> ℹ️ Issues for this repository are tracked on [Phabricator](https://phabricator.wikimedia.org/project/board/5563/) - ([Click here to open a new one](https://phabricator.wikimedia.org/maniphest/task/edit/form/1/?tags=wikibase_cloud
))

This repo is a fork of https://github.com/magnusmanske/quickstatements

The Dockerfile build process runs composer and pulls a version the wbstack fork of magnus-tools from https://github.com/wbstack/magnustools/
This is then copied out of `/vendor` by a `composer` post-update/install hook and then finally copied into the correct place in the final image.

To update this repository you need to pull the updates from the upstream and ensure our customisations are working on them. This may be easiest to do with a `git pull --rebase` from upstream. You may also need to update our magnustools fork for compatibility and then use that updated version.

If you go through this process please also update here to document it
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as suggested in the other PR, already starting a Changelog section here probably helps to get the ball rollin

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done!


# Changelog

Using addwiki:
https://github.com/addwiki/mediawiki-api

Expand Down
Loading