I'm doing some Git Flow testing and tried closing a Issue # 1 by committing it within a hotfix branch, see the repository:
Notice that in both attempts (Resolve issue # 1) and (Issue # 1 fixed) instead of closing the Issue, it was only referenced. Is there any change in this feature to close issue via commit or am I making a mistake in the process?
I researched this but only found posts about how to close issue with commit and nothing about that kind of problem.