All,
From now on we were asked to follow 2 additional practices when committing code to our code repositories:
1. Please always include the BugZilla ticket number on your commit message when working on a BZ ticket. If you also have the JIRA ticket, please add that too. E.g.:
git commit -am "BZ-999999 DROOLS-999 : fixing foo far."
2. Please copy&paste the link to your commit into the comments of the BZ ticket. You can get the link to the commit from github itself or from the IRC channel, since the bot always pastes the link there when you push your commit.
This is necessary because the integration of BZ and GitHub is not done yet. When they integrate them, we will no longer need (2), but (1) is a requirement.
Thank you,
Edson