Close issues via commit message
Created by: paularmstrong
One of the features that I really like about Github is the ability to close issues via commit messages.
By adding any of the following to a commit message, the issue will automatically be closed and the commit will be linked to as a comment on the issue.
- fixes #xxx
- fixed #xxx
- fix #xxx
- closes #xxx
- close #xxx
- closed #xxx