There was an error while loading. Please reload this page.
Limelight is a tool for product managers and engineers at Mozilla to help design messages for the Firefox Messaging System.
git clone git@github.com:mozilla/limelight.git cd limelight
wiki
git checkout origin/wiki -b dev/wiki/my-changes
Commit your changes and push them to review, merging into the wiki branch.
Once reviewed and merged, a repository admin will push the changes to the wiki repository.
To publish to the wiki, you need to add the repository as a git remote.
git remote add wiki git@github.com:mozilla/limelight.wiki.git
Once a pull request against the wiki branch has merged, you have to push to the wiki upstream.
git push wiki wiki:master
In the future this will be done automatically by a GitHub Action.