Confirmed users
820
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<graphviz> | <graphviz> | ||
digraph handling_bugs { | digraph handling_bugs { | ||
bug_reported -> another_component -> 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 -> 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 -- bug_reported_note | |||
bug_reported [label="A bug is reported" shape=box] | 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 [label="Does the bug belong\nto another component?" shape=diamond] | ||
new_feature [label="Is it a new feature?" shape=diamond] | new_feature [label="Is it a new feature?" shape=diamond] |