Confirmed users
3,990
edits
(Notes on testing changes) |
(Notes about submitting patches) |
||
Line 79: | Line 79: | ||
= Testing your mozharness changes = | = Testing your mozharness changes = | ||
You can try your changes locally and then ask for review in the bug.<br /> | You can try your changes locally and then ask for review in the bug.<br /> | ||
'''Unit tests'''<br /> | '''Unit tests'''<br /> | ||
Line 94: | Line 87: | ||
You can [http://armenzg.blogspot.ca/2014/11/pinning-mozharness-from-in-tree-aka.html read this] and ask for information on how to get the required privileges to do so. | You can [http://armenzg.blogspot.ca/2014/11/pinning-mozharness-from-in-tree-aka.html read this] and ask for information on how to get the required privileges to do so. | ||
Meanwhile, your mentor can help you test the changes for you. | Meanwhile, your mentor can help you test the changes for you. | ||
= Submitting your patches for review = | |||
You can do so by: | |||
* Create a patch by running "hg diff > my_patch.diff" | |||
* Click on "Add an attachment" and attach the file | |||
* Add a description on how this works and known issues | |||
* Change the feedback dropbox to "?" and enter the email address of the person will check your code | |||
** That person will receive an email notification and should be getting back to you in the next day or so | |||
= Where can I help? = | = Where can I help? = |