|
|
Line 1: |
Line 1: |
| == Intro to Bugzilla ==
| |
| * https://developer.mozilla.org/en-US/docs/Bugzilla
| |
| * If it's the first time you are using bugzilla I highly recommend; it's 2 years old, however it's a good general intro: [http://blog.johnath.com/2010/02/04/bugzilla-for-humans/ bugzilla-for-humans]
| |
| * Also to note, I would also suggest creating a separate gmail account for bugzilla as you may end up getting tons and tons of emails about bugs.
| |
| * [https://wiki.mozilla.org/Bugzilla:FAQ Other information about Bugzilla FAQ that doesn't necessarily impact doing work]
| |
|
| |
| == Tips and Tricks: == | | == Tips and Tricks: == |
| * [http://www.youtube.com/watch?v=14W-XguG--U Quick Searching by typing in firefox URL] | | * [http://www.youtube.com/watch?v=14W-XguG--U Quick Searching by typing in firefox URL] |
| | | * Suggest creating a separate gmail account for bugzilla as you may end up getting tons and tons of emails about bugs. |
| == Template : ==
| | * [https://wiki.mozilla.org/Bugzilla:FAQ Other information about Bugzilla FAQ that doesn't necessarily impact doing work] |
| | |
| * Template | |
| <pre>
| |
| Title: [<appname/Area>] :
| |
| | |
| ## Environment :
| |
| <phone version>, <build id> <gaia timestamp>
| |
|
| |
| ## Repro :
| |
| 1.
| |
| | |
| ## Expected :
| |
| 1.
| |
| | |
| ## Actual :
| |
| 1.
| |
| | |
| ## Note :
| |
| ### Spec PDF:
| |
| ### Page :
| |
| </pre>
| |
| | |
| * Example: | |
| <pre>
| |
| Title: [Camera]
| |
| ## Environment :
| |
| Unagi phone, build 20121101070839
| |
| 2012-11-01 09:44:34
| |
|
| |
| ## Repro :
| |
| 1.
| |
| ## Expected :
| |
| 1.
| |
| ## Actual :
| |
| 1.
| |
| ## Note :
| |
| ### Spec PDF: n/a
| |
| ### Page :
| |
| </pre>
| |
| | |
| * Attachments:
| |
| ** any logcats
| |
| ** any screenshots
| |
| ** any videos
| |
| ** any other information
| |
| | |
| * Link: [https://bugzilla.mozilla.org/enter_bug.cgi?alias=&bug_severity=normal&bug_status=NEW&comment=*%20Environment%20%3A%20%0A%3Cphone%20version%3E%2C%20%3Cbuild%20id%3E%2C%20%3Cgaia%20timestamp%3E%0A%0A*%20Repro%20%3A%20%0A1.%0A%0A*%20Expected%20%3A%20%0A1.%0A%0A*%20Actual%20%3A%20%0A1.%0A%0A%23%20Note%20%3A%0A%23%23%20Spec%20PDF%3A%0A%23%23%20Page%20%3A%20%0A&component=Gaia&contenttypeentry=&contenttypemethod=autodetect&contenttypeselection=text%2Fplain&data=&short_desc=%5b%3CApp%20Name%3E%5d&form_name=enter_bug&maketemplate=Remember%20values%20as%20bookmarkable%20template&op_sys=Gonk%20(Firefox%20OS)&product=Boot2Gecko&qa_contact=&rep_platform=ARM create a new bug]
| |
|
| |
|
| == Differences from other projects == | | == Differences from other projects == |