Bug 1867925 - Mark some storage-access-api tests as intermittent after wpt-sync....
[gecko.git] / docs / contributing / levelling-up.rst
blob02d584b051787fc4128374afa9369bf35af3a8cd
1 Levelling up
2 ============
4 Once you’ve fixed a few bugs, it’s quite likely that we’ll ask you to
5 complete one or more of the following steps. They will grant you access
6 to useful Mozilla infrastructure for testing or landing code
7 automatically, so you can be more autonomous and able to contribute with
8 less supervision.
10 If you’re curious, the `Mozilla Commit Access
11 Policy <https://www.mozilla.org/en-US/about/governance/policies/commit/access-policy/>`__
12 page explains what does each level mean.
14 Request commit access level 1
15 -----------------------------
17 Once this is granted, you can use the
18 `Try server <https://wiki.mozilla.org/ReleaseEngineering/TryServer>`__ for
19 running automated tests of your code.
21 To request this, follow the instructions on the `Becoming A Mozilla Committer <https://www.mozilla.org/en-US/about/governance/policies/commit/>`__ page
22 to file a bug with the title “Commit Access (Level 1) for ${your name}”,
23 and continue with steps such as adding the public SSH key, etc (it’s not
24 enough with just filing the bug!).
26 The person that asked you to request this can also vouch for you.
28 Request commit access level 3
29 -----------------------------
31 After you landed a few bugs, that are more advanced than the
32 ``good-first-bugs`` and you feel confident about your contributions as
33 well as the process, you can request level 3 access. Once this is
34 granted, you will get access to Lando, the autoland feature.
36 To request this, follow the instructions on the `Becoming A Mozilla Committer <https://www.mozilla.org/en-US/about/governance/policies/commit/>`__ page
37 to file a bug with the title “Commit Access (Level 3) for ${your name}”.
39 The person that asked you to request this can also vouch for you, and at
40 this point you might already know a few other people who will vouch for
41 you. You need two vouchers.
43 If you reach this level, well done! That’s amazing, and we’re glad to
44 have you on board 😄