[hibernate-dev] Commit messages, and keeping JIRA in synch

2020-09-29 Thread Sanne Grinovero
Hi all, looks like it's a good time for me to remind how we need commits managed, and their relation to JIRA tickets. When reviewing pull requests, and before merging them, please pay attention to these simple rules as it's important for long term maintenance. We need to be able to query JIRA to

Re: [hibernate-dev] Commit messages

2010-06-28 Thread Emmanuel Bernard
In an ironic twist, I messed up with git and ended up committing things in the bad form a few minutes after this email. Sorry. On 28 juin 2010, at 13:40, Emmanuel Bernard wrote: > Hi committers, > > Please make sure to: > - always commit with a message > - always associate an issue number at th

[hibernate-dev] Commit messages

2010-06-28 Thread Emmanuel Bernard
Hi committers, Please make sure to: - always commit with a message - always associate an issue number at the beginning of the message (unless you do style fixing) - always associate a readable message to the issue number that explain what is going on It makes reading logs and follow what has