Hi, We have enabled changes for making launchpad bug number mandatory in the commit message when a user submits review.
The Code-Review field in the review will be marked as –2, if there is no bug number in the commit message. To reset Code review field (follow instructions below), the user needs to submit a new patch-set with the bug number in commit message. #git commit —amend #edit commit message by adding bug number, generally in one of below mentioned format: 1. Closes-Bug: #1234567 2. Partial-Bug: #1234567 3. Related-Bug: #1234567 4. Bug: #1234567 #git review This is implemented to help bug tracking. Regards, Vinay
_______________________________________________ Dev mailing list [email protected] http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org
