Confirmed users
821
edits
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
digraph handling_bugs { | digraph handling_bugs { | ||
bug_reported -> another_component | bug_reported -> another_component | ||
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 -> change_component [label="YES"] | |||
another_component -> new_feature [label="NO"] | |||
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 } | ||
new_feature -> ask_needinfo_ux [label="YES] | |||
ask_needinfo_ux -> put_backlog_wontfix | |||
new_feature -> duplicate [label="NO"] | |||
duplicate_note -> duplicate [dir=none] | |||
{ rank=same; duplicate_note duplicate } | |||
duplicate -> close_duplicate [label="YES"] | |||
duplicate -> expected -> add_qawanted -> reproducible -> reproducible_older -> nominate_blocker_older -> set_regression -> is_blocker -> bug_not_forgotten -> actionable -> urgent -> really_urgent -> find_owner; | |||
| Line 14: | Line 25: | ||
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 appropriate 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 and product owner"] | |||
put_backlog_wontfix [label="Will put in backlog or 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] | |||
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] | ||
add_qawanted [label="<add <i>qawanted</i> flag>"] | add_qawanted [label="<add <i>qawanted</i> flag>"] | ||