-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Barret Rennie edited this page Jan 17, 2023
·
2 revisions
Limelight is a tool for product managers and engineers at Mozilla to help design messages for the Firefox Messaging System.
- Clone the Limelight repository:
git clone [email protected]:mozilla/limelight.git
cd limelight
- Create a new branch based on the
wiki
branch:
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 [email protected]: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.