Bug 1854550 - pt 2. Move PHC into memory/build r=glandium
[gecko.git] / remote / doc / marionette / Patches.md
blobacccb7c45ffb80f8628e6d972dc13b0b1c76e6f7
1 # Submitting patches
3 You can submit patches by using [Phabricator]. Walk through its documentation
4 in how to set it up, and uploading patches for review. Don't worry about which
5 person to select for reviewing your code. It will be done automatically.
7 Please also make sure to follow the [commit creation guidelines].
9 Once you have contributed a couple of patches, we are happy to
10 sponsor you in [becoming a Mozilla committer].  When you have been
11 granted commit access level 1 you will have permission to use the
12 [Firefox CI] to trigger your own “try runs” to test your changes.
14 You can use the `remote-protocol` [try preset]:
16     mach try --preset remote-protocol
18 This preset will schedule tests related to the Remote Protocol component on
19 various platforms. You can reduce the number of tasks by filtering on platforms
20 (e.g. linux) or build type (e.g. opt):
22     mach try --preset remote-protocol -xq "'linux 'opt"
24 But you can also schedule tests by selecting relevant jobs yourself:
26     mach try fuzzy
28 [Phabricator]: https://moz-conduit.readthedocs.io/en/latest/phabricator-user.html
29 [commit creation guidelines]: https://mozilla-version-control-tools.readthedocs.io/en/latest/devguide/contributing.html#submitting-patches-for-review
30 [becoming a Mozilla committer]: https://www.mozilla.org/en-US/about/governance/policies/commit/
31 [Firefox CI]: https://treeherder.mozilla.org/
32 [try preset]: /tools/try/presets