UX Branch: Difference between revisions
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
* When you push to the UX branch, you should be a good citizen and merge mozilla-central into the branch. | * When you push to the UX branch, you should be a good citizen and merge mozilla-central into the branch. | ||
* Backout your patch when it lands on mozilla-central. | * Backout your patch when it lands on mozilla-central. | ||
* | * Your patch should not cause test failures on the [http://tbpl.mozilla.org/?tree=UX UX branch TBPL]. Patches that cause unaddressed test failures will be backed out after 24 hours. | ||
== What if I have questions? == | == What if I have questions? == | ||
You can ask for help in #ux on irc.mozilla.org. | You can ask for help in #ux on irc.mozilla.org. |
Revision as of 21:22, 26 September 2011
What is the UX branch?
The UX branch is a project branch for landing experimental UX changes before they are ready to land on mozilla-central. Developers can use this branch to gather feedback on un-reviewed patches and work with the UX team to iterate on UX design. After a final design is reached, patches must go through the normal review process before landing on mozilla-central.
Where is the UX branch?
The hg repository is available at: http://hg.mozilla.org/projects/ux
Nightly builds are available at: ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-ux/
What are the rules for the UX branch?
- When you land a patch, add it to the UX branch etherpad. You should include:
- Your name
- Bug number
- Changeset link
- Any additional comments
- If you iterate on your patch, you should backout your original changeset and re-land a new patch. This makes patches easy to track and prepares them for the normal review process.
- When you push to the UX branch, you should be a good citizen and merge mozilla-central into the branch.
- Backout your patch when it lands on mozilla-central.
- Your patch should not cause test failures on the UX branch TBPL. Patches that cause unaddressed test failures will be backed out after 24 hours.
What if I have questions?
You can ask for help in #ux on irc.mozilla.org.