Template:BugBotRule

Revision as of 00:00, 23 May 2023 by SuhaibMujahid (talk | contribs) (Style the rule ID)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the "BugBotRule" template. It should be called in the following format:

{{BugBotRule
  | Rule ID   = 145
  | Rule name = Bug assigned but marked as <code>UNCONFIRMED</code>
  | Purpose   = Mitigate an issue in Bugzilla (bugs reported by new users are not tagged as <code>NEW</code>)
  | Action    = Change the status from unconfirmed to assigned if there is an assignee
  | Example   = 1495908
  | Source    = assignee_but_unconfirmed.py 
  | Note      = optional parameter, adds an explanation line 
  | Removed   = optional parameter, "yes" if the tool is removed from the source code
}}

Edit the page to see the template text.