Gaia/SMS/Handling Bugs: Difference between revisions

From MozillaWiki
< Gaia‎ | SMS
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
   new_feature -> duplicate -> expected -> add_qawanted -> reproducible -> reproducible_older -> nominate_blocker_older -> set_regression -> is_blocker -> bug_not_forgotten -> actionable -> urgent -> really_urgent -> find_owner;
   new_feature -> duplicate -> expected -> add_qawanted -> reproducible -> reproducible_older -> nominate_blocker_older -> set_regression -> is_blocker -> bug_not_forgotten -> actionable -> urgent -> really_urgent -> find_owner;
   bug_reported_note -> bug_reported [dir=none]
   bug_reported_note -> bug_reported [dir=none]
   rank=same; bug_reported_note; bug_reported;
   { rank=same; bug_reported_note bug_reported }
   another_component_note -> another_component [dir=none]
   another_component_note -> another_component [dir=none]
   rank=same; another_component_note; another_component;
   { rank=same; another_component_note another_component }





Revision as of 23:49, 22 March 2015

<graphviz> digraph handling_bugs {

 bug_reported -> another_component
 another_component -> new_feature [label="NO"]
 new_feature -> duplicate -> expected -> add_qawanted -> reproducible -> reproducible_older -> nominate_blocker_older -> set_regression -> is_blocker -> bug_not_forgotten -> actionable -> urgent -> really_urgent -> find_owner;
 bug_reported_note -> bug_reported [dir=none]
 { rank=same; bug_reported_note bug_reported }
 another_component_note -> another_component [dir=none]
 { rank=same; another_component_note another_component }


 bug_reported [label="A bug is reported" shape=box]
 bug_reported_note [label="You may need to ask more\ninformation from the reporter\nright now: Firefox OS version,\ndevice, precise STR,\nscreenshot or video, trying\nother actions..." shape=note color=pink]
 another_component [label="Does the bug belong\nto another component?" shape=diamond]
 another_component_note [label="Very often, a bug will happen\nin another application, or in\nGecko.Sometimes we don't know\nthis right away and need to\ninvestigate or wait for a\nregression window." shape=note color=pink]
 new_feature [label="Is it a new feature?" shape=diamond]
 duplicate [label="Is it a duplicate?" shape=diamond]
 expected [label="Is it an expected behavior?" shape=diamond]
 add_qawanted [label="<add qawanted flag>"]
 reproducible [label="Is it reproducible?" shape=diamond]
 reproducible_older [label="Is it reproducible\nin an older branch?" shape=diamond]
 nominate_blocker_older [label="Nominate as a blocker\nfor the older version"]
 set_regression [label="<set regression and\nregressionwinfo-wanted>"]
 is_blocker [label="Is bug accepted as a blocker?" shape=diamond]
 bug_not_forgotten [label="Bug will not be forgotten" shape=box color=red]
 actionable [label="Is the bug actionable?" shape=diamond]
 urgent [label="Is it an urgent bug?" shape=diamond]
 really_urgent [label="Is it a really urgent bug\n(like: it's a blocker and\nwe're late in the cycle)?" shape=diamond]
 find_owner [label="< Find a owner and take it now >" color=red shape=box]

} </graphviz>