Quantum/Stylo: Difference between revisions

Add instructions for committing
(→‎Bugs: P1 Bugs, P2 Bugs)
(Add instructions for committing)
Line 12: Line 12:


Some Stylo bugs that are good for new Servo contributors are tagged on GitHub as [https://github.com/servo/servo/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20label%3AA-content%2Fcss%20label%3AE-easy “easy” bugs] and [https://github.com/servo/servo/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20label%3AA-content%2Fcss%20label%3A%22E-less%20easy%22 “less-easy” bugs].
Some Stylo bugs that are good for new Servo contributors are tagged on GitHub as [https://github.com/servo/servo/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20label%3AA-content%2Fcss%20label%3AE-easy “easy” bugs] and [https://github.com/servo/servo/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20label%3AA-content%2Fcss%20label%3A%22E-less%20easy%22 “less-easy” bugs].
== Committing stylo changes ==
The process for committing a Stylo change that involves both Gecko and Servo changes is as follows:
# Create a Servo PR with the Servo changes in question.
# Get that reviewed and checked into Servo's github repository.
# Wait for servo-vcs-sync to land the Servo changes on Gecko's autoland.
# Land the Gecko changes on autoland.


= Release Criteria =
= Release Criteria =
308

edits