Gaia/SMS/Handling Bugs: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 59: Line 59:
   small_bugfix -> set_papercuts [label="YES"]
   small_bugfix -> set_papercuts [label="YES"]


   { set_most_wanted set_papercuts } -> bug_not_forgotten
   { set_most_wanted set_papercuts } -> bug_not_forgotten -> actionable
  actionable -> urgent [label="YES"]
  actionable -> needinfo_actionable -> actionable
  needinfo_actionable -> needinfo_actionable_note [dir="none"]
  { rank=same; needinfo_actionable needinfo_actionable_note }


   bug_not_forgotten -> actionable -> urgent -> really_urgent -> find_owner;
   urgent -> really_urgent [label="YES"]
  urgent -> easy_bug [label="NO"]
  easy_bug -> mentored_bug [label="YES"]
  easy_bug -> wait_planning [label="NO"]
 
  really_urgent -> find_owner [label="YES"]
  really_urgent -> wait_planning [label="NO"]




Line 107: Line 117:


   actionable [label="Is the bug actionable?" shape=diamond]
   actionable [label="Is the bug actionable?" shape=diamond]
  needinfo_actionable [label="Ask needinfo to\nthe right people until the\nbug is actionable"]
  needinfo_actionable_note [label="The 'right people' can be\nUX Designers, Visual\nDesigners, Gecko engineers,\nthe bug reporter, ..." shape=note color=pink]
   urgent [label="Is it an urgent bug?" 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]
   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]
 
  easy_bug [label="Is it a\nreasonably\neasy bug ?" shape=diamond]
  mentored_bug [label="Mark the bug\nas a mentored bug.\nWrite appropriate\nindications for a contributor\nto start fixing the bug." color=red]
  wait_planning [label="Wait until the bug is\npicked in a sprint planning" color=red]
   find_owner [label="Find a owner and take it now" color=red]
}
}
</graphviz>
</graphviz>
Confirmed users
821

edits

Navigation menu