Confirmed users
2,816
edits
Moingshaikh (talk | contribs) (→IRC: Updated link text) |
m (link to quarter of contribution (maybe should go in a different section...)) |
||
(9 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{Admon/important|This page has wholly superceded by the [http://ateam-bootcamp.readthedocs.org/en/latest/ A-team bootcamp] and is being kept mainly for historical reasons. }} | |||
Welcome! First things first, you should [[auto-tools/The_Ateam|meet the Ateam]]. | Welcome! First things first, you should [[auto-tools/The_Ateam|meet the Ateam]]. | ||
Line 13: | Line 15: | ||
= Conference Call = | = Conference Call = | ||
* Join our | * Join our regular [[Auto-tools/Meetings|status conference call]]. | ||
* Be sure to say hello so we know you're there | * Be sure to say hello so we know you're there | ||
* [[Auto-tools/New_Contributor/Quarter_of_Contribution| Quarter of Contribution, 2016]] | |||
= Bugzilla = | = Bugzilla = | ||
Line 29: | Line 32: | ||
* [http://developer.mozilla.org/en/docs/Mochitest Mochitest] | * [http://developer.mozilla.org/en/docs/Mochitest Mochitest] | ||
* [http://developer.mozilla.org/en/docs/Creating_reftest-based_unit_tests Reftest] | * [http://developer.mozilla.org/en/docs/Creating_reftest-based_unit_tests Reftest] | ||
* [https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette Marionette] | * [https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette Marionette] | ||
* What is an "orange" test? It's a test that fails intermittently. They are called "oranges" because they turn our status reporting orange. View current [ | * What is an "orange" test? It's a test that fails intermittently. They are called "oranges" because they turn our status reporting orange. View current [http://brasstacks.mozilla.com/orangefactor/ list of "oranges"]. | ||
= E-Mail & Mailing Lists= | = E-Mail & Mailing Lists= | ||
Line 42: | Line 44: | ||
* Watch [http://groups.google.com/group/mozilla.dev.apps.firefox/topics m.d.a.Firefox] for Firefox front end design, questions and status | * Watch [http://groups.google.com/group/mozilla.dev.apps.firefox/topics m.d.a.Firefox] for Firefox front end design, questions and status | ||
= | = DXR & Pastebin = | ||
* To look up source in Mozilla-Central (trunk): | * To look up source in Mozilla-Central (trunk): https://dxr.mozilla.org/mozilla-central/source/ | ||
* To look up a specific file in our tree use this url for a base: | * To look up a specific file in our tree use this url for a base: https://dxr.mozilla.org/mozilla-central/search?q=path%3A and add the file name to it. | ||
** Pro tip: make it into a [http://www.mozilla.org/docs/end-user/keywords.html bookmark keyword in Firefox]. Then you can type " | ** Pro tip: make it into a [http://www.mozilla.org/docs/end-user/keywords.html bookmark keyword in Firefox]. Then you can type "dxrf <filename>" in the URL bar. | ||
* To "pastebin" something, [http://pastebin.mozilla.org/ paste it here] and hand the link you're given after clicking "submit" to people on IRC. | * To "pastebin" something, [http://pastebin.mozilla.org/ paste it here] and hand the link you're given after clicking "submit" to people on IRC. | ||
Line 55: | Line 57: | ||
= The Brief Guide to Coding = | = The Brief Guide to Coding = | ||
* Source for [http://hg.mozilla.org/mozilla-central mozilla-central] | * Source for [http://hg.mozilla.org/mozilla-central mozilla-central] | ||
* | * [http://mozilla-version-control-tools.readthedocs.org/en/latest/hgmozilla/index.html Mercurial for Mozillians] | ||
* [http://ateam-bootcamp.readthedocs.org/en/latest/reference/git_github.html Git for Mozillians] | |||
* Developing and using [http://wiki.mozilla.org/Auto-tools/Python101 Python 101] | * Developing and using [http://wiki.mozilla.org/Auto-tools/Python101 Python 101] | ||
* Add "ac_add_option --enable-tests" (no quotes) to your mozconfig to enable tests | * Add "ac_add_option --enable-tests" (no quotes) to your mozconfig to enable tests |