Github user matthiasblaesing commented on the issue:
https://github.com/apache/incubator-netbeans/pull/15
@ebarboni thank you, that looks much cleaner. I have one last point: The
commit message should reference the tracking bug. You had that in the PR, but
that message does not get merged into the history, so I suggest, that you
update the commit message to something like:
> [NETBEANS-54] Module Review uihandler
>
> package.html was not updated by the tools
You can do this by switching back to the branch backing the PR, and running
`git commit --amend`. You can then change the commit message. This changes the
commit itself and then you can do another force push.
---