GiraffaFS / giraffa

Giraffa FileSystem (Slack: giraffa-fs.slack.com)
https://giraffa.ci.cloudbees.com
Apache License 2.0
17 stars 6 forks source link

Remove CHANGES.txt #106

Closed shvachko closed 9 years ago

shvachko commented 9 years ago

Changes could be restored from the commit logs. This is needed mostly for release notes. But in order to do that the log messages should comply to a certain formatting. Currently it is: Issue ###: < Message >. (< Author >) In order to enforce the format we should add a precommit hook, checking the format, as a part of this jira.

shvachko commented 9 years ago

Follow the instructions on the wiki to set up client side commit-msg hook. https://github.com/GiraffaFS/giraffa/wiki/Contribution#configuring-pre-commit-hook

shvachko commented 9 years ago

Ok. Everybody confirmed the acceptance of the pre-commit hook. I'll remove CHANGES.txt now.

shvachko commented 9 years ago

Just committed. No more CHANGES.txt, so please keep git logs meaningful.