Bug 1774292 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Right now, we rely on manually syncing the repository to integrate new changes from mozilla-central. It would be worth investigating how we could implement some tooling to automatically sync changes.

The webcompat team has also shared documentation on how they [manually backport changes from GitHub to mozilla-central](https://github.com/mozilla-extensions/webcompat-addon/wiki/Backporting-a-mozilla-central-patch), and we can potentially use it as inspiration for our approach.
Right now, we rely on manually syncing the repository to integrate new changes from mozilla-central. It would be worth investigating how we could implement some tooling to automatically sync changes.

The webcompat team has also shared documentation on how they [manually backport changes from GitHub to mozilla-central](https://github.com/mozilla-extensions/webcompat-addon/wiki/Backporting-a-mozilla-central-patch), and we can potentially use it as inspiration for our approach.

Another handy resource as reference is [this document provided by webcompat folks](https://docs.google.com/document/d/1S5wKbwEhIxAapBH3VuhAMTRG3VjvtKpy7j4PV3rsESY/edit) to guide us on how to move forward with setting up our repository.

Back to Bug 1774292 Comment 0