Closing Fixed Issues
Opened this issue · 0 comments
sabad66 commented
The issue list is starting to get pretty hard to follow/keep up with. Also, the more features we have listed, the harder it is to notice duplicates... Could we please make sure to close the issues once they are fixed? A little tip... Github will automatically close your issue once a commit with the following text in the message is pulled into the mainline:
Closes GH-xx.
where xx is the issue number. Note that for this auto-close feature to work, it needs to be in that exact form (period at the end, same letter case). For example, if your commit fixes issue 219, your commit command should be git commit -m "Added a buffer check in the foo module. Closes GH-219."