Confirmed users
821
edits
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
new_feature -> duplicate [label="NO"] | new_feature -> duplicate [label="NO"] | ||
duplicate_note -> duplicate [dir=none] | duplicate_note -> duplicate [dir=none] | ||
duplicate -> close_duplicate [label="YES"] | duplicate -> close_duplicate [label="YES"] | ||
{ rank=same; duplicate_note duplicate close_duplicate } | { rank=same; duplicate_note duplicate close_duplicate } | ||
duplicate -> expected [label="NO"] | |||
expected_note -> expected [dir=none] | |||
expected -> close_invalid [label="YES"] | |||
{ rank=same; expected_note expected close_invalid } | |||
expected -> add_qawanted [label="NO"] | |||
qawanted_note -> add_qawanted [dir="none"] | |||
{ rank=same; qawanted_note add_qawanted } | |||
add_qawanted -> reproducible | |||
reproducible -> close_worksforme [label="NO"] | |||
close_worksforme -> close_worksforme_note [dir=none] | |||
{ rank=same; reproducible close_worksforme close_worksforme_note } | |||
reproducible -> reproducible_older -> nominate_blocker_older -> set_regression -> is_blocker -> bug_not_forgotten -> actionable -> urgent -> really_urgent -> find_owner; | |||
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] | 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] | ||
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] | 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] | ||
change_component [label="Change component to | change_component [label="Change component to\nappropriate component" color="red"] | ||
new_feature [label="Is it a new feature?" shape=diamond] | new_feature [label="Is it a new feature?" shape=diamond] | ||
ask_needinfo_ux [label="Ask needinfo to UX | ask_needinfo_ux [label="Ask needinfo to UX\nand product owner"] | ||
put_backlog_wontfix [label="Will put in backlog | put_backlog_wontfix [label="Will put in backlog\nor close WONTFIX" color="red"] | ||
duplicate [label="Is it a duplicate?" shape=diamond] | duplicate [label="Is it a duplicate?" shape=diamond] | ||
duplicate_note [label="The answer to this question\nmost often comes from our\nmemory. that's why it's\nimportant to follow the\ncomponent.\npay attention to the branches\na patch has landed to." shape=note color=pink] | duplicate_note [label="The answer to this question\nmost often comes from our\nmemory. that's why it's\nimportant to follow the\ncomponent.\npay attention to the branches\na patch has landed to." shape=note color=pink] | ||
close_duplicate [label="Close DUPLICATE" color="red"] | close_duplicate [label="Close DUPLICATE" color="red"] | ||
expected [label="Is it an expected behavior?" shape=diamond] | expected [label="Is it an expected behavior?" shape=diamond] | ||
expected_note [label="Always ask the\nUX designer to answer the\nquestion for good." shape=note color=pink] | |||
close_invalid [label="Close INVALID" color=red] | |||
add_qawanted [label="<add <i>qawanted</i> flag>"] | add_qawanted [label="<add <i>qawanted</i> flag>"] | ||
qawanted_note [label="With qawanted, a team of\nQA engineers will test the\nbug on various branches\nand report if it's happening." shape=note color=pink] | |||
reproducible [label="Is it reproducible?" shape=diamond] | reproducible [label="Is it reproducible?" shape=diamond] | ||
close_worksforme [label="Close WORKSFORME" color=red] | |||
close_worksforme_note [label="You can investigate a little\nmore by yourself if you think\nthe bug is valid despite QA\ndidn't reproduce." color=pink shape=note] | |||
reproducible_older [label="Is it reproducible\nin an older branch?" 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"] | nominate_blocker_older [label="Nominate as a blocker\nfor the older version"] | ||