Template:BugBotRule: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(fix bugzilla url, remove old version of template)
(css)
Line 14: Line 14:
</noinclude><includeonly>
</noinclude><includeonly>
=== {{{ Rule name }}} ===
=== {{{ Rule name }}} ===
<table style="text-indent: 0.5em; border-collapse: collapse; text-align: left; width: calc(100% - 20px); margin: 10px;">
<table style="text-indent: 0.5em; border-collapse: collapse; text-align: left; width: calc(100% - 20px); margin: 0 10px;">
   <tr>
   <tr>
     <th style="border: 1px solid lightskyblue; background-color: lightskyblue">Purpose</th>
     <th style="border: 1px solid lightskyblue; background-color: lightskyblue">Purpose</th>

Revision as of 15:09, 12 April 2019

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

{{AutonagRule
  | 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 
}}

Edit the page to see the template text.