Confirmed users
1,321
edits
(finish all bugs with autofix) |
(wip) |
||
| Line 126: | Line 126: | ||
== Without autofix == | == Without autofix == | ||
{{AutonagRule | |||
| Rule name = Feature vs regression | |||
| Purpose = Fix inconsistency in bugs with both the <code>regression</code> and <code>feature</code> keywords set | |||
| Source = feature_regression.py | |||
}} | |||
| | {{AutonagRule | ||
| | | Rule name = Inactive bugs with the <code>leave-open</code> keyword set | ||
| Purpose = Help identify dead/inactive bugs | |||
| | | Action = Needinfo the triage owner if a bug is inactive but has the <code>leave-open</code> keyword set | ||
| Example = 1367072 | |||
| Source = leave_open_no_activity.py | |||
| | }} | ||
{{AutonagRule | |||
| Rule name = Inactive Meta bugs | |||
| Help identify dead/inactive bugs | | Purpose = Help identify dead/inactive bugs | ||
| Needinfo | | Action = Needinfo the triage owner if a meta bug has no activity and no dependencies set | ||
| | | Source = meta_no_deps_no_activity.py | ||
| | }} | ||
{{AutonagRule | |||
| Meta | | Rule name = Low-severity bug but tracked by a release manager | ||
| Help identify dead/inactive bugs | | Purpose = Idenitfy mismatch in metadata, a tracked bug should not have a priotity lower than ''normal'' | ||
| Needinfo | | Source = mismatch-priority-tracking.py | ||
| | }} | ||
{{AutonagRule | |||
| | | Rule name = Alert for lack of feedback in a bug | ||
| Purpose = Increase reaction time on bugs prioritized by upper management or release managers | |||
| | | Action = If a bug as an unanswered NeedInfo request from a release manager or a director, send a warning email | ||
| | | Source = ni_from_manager.py | ||
}} | |||
| | {{AutonagRule | ||
| | | Rule name = Bugs with no priority and no activity | ||
| | | Purpose = Triage owners need to process the backlog | ||
| | | Action = Needinfo the triage owner (only :Overholt for now) | ||
| Example = 1503461 | |||
| Source = ni_triage_owner.py | |||
}} | |||
{{AutonagRule | |||
| Bugs with no priority and no activity | | Rule name = Bugs with only one or two words in the summary | ||
| Triage owners need to process the backlog | | Purpose = Make sure the bug is actually useful, a two-words summary often indicates a poor quality bug report | ||
| Needinfo | | Example = 1512823 | ||
| | | Source = one_two_word_summary.py | ||
| | }} | ||
{{AutonagRule | |||
| Bugs with only one or two words in the summary | | Rule name = | ||
| | | Purpose = | ||
| | | Action = | ||
| {{ | | Source = | ||
| | }} | ||
{{AutonagRule | |||
| Rule name = | |||
| Purpose = | |||
| Action = | |||
| Source = | |||
}} | |||
{{AutonagRule | |||
| Rule name = | |||
| Purpose = | |||
| Action = | |||
| Source = | |||
}} | |||
| query_creator.py | | query_creator.py | ||
| Send reminders to developer with assigned tracked bugs | | Send reminders to developer with assigned tracked bugs | ||