Changes between Version 4 and Version 5 of UseOfTickets


Ignore:
Timestamp:
Jan 28, 2014, 9:19:03 PM (10 years ago)
Author:
abeccati
Comment:

git log for ticket info

Legend:

Unmodified
Added
Removed
Modified
  • UseOfTickets

    v4 v5  
    1313 * Any ticket that is currently '''accepted''' is expected to be under work and get either ''regular status updates'' or patch submissions towards its resolution. The owner of such a ticket has to be contacted before changes highly relevant to it are made or before reassignment or acceptance by someone else.
    1414
    15 Once a ticket is '''resolved''' and the patch submitted it can be closed with a reference to the [WikiFormatting#TracLinks changeset] (so whoever wants to test it can see if it has already been integrated into the dev line or packaged for release).
     15Once a ticket is '''resolved''' and the tested patch submitted it can be closed. Whoever wants to test it or see if it has already been integrated into the dev/release lines or packaged for release can check via git log (ticket linking is enforced by naming conventions on patch manager):
     16
     17{{{
     18git log | grep 'ticket:NUM' -B4
     19}}}
     20
     21As good habit a reference to the related [WikiFormatting#TracLinks changeset] might also be added to the ticket once the patch is applied for cross-reference.
     22
    1623* Every patch referring to a ticket shall (must!) have a reference to it in the title/description for back reference in the form `ticket:<code>`, see our [StandardsAndGuideLines guidelines].
    1724