Once you have fixed an issue, please use one of these process:
When you commit code that fixes the issue, reference the issue number in the commit message or the pull request (PR) description using keywords like fixes #123 or closes #123 (where 123 is the issue number). This will automatically link the issue to the PR and close it when the PR is merged.
Or if you would like me to look at it or verify it: (a) add the new Verify Fix tag, (b) change the Assignees to me (twiddeling bits), and (c) add a note to the issue of what was changed or that it is ready for me to verify and close.
Or, add anote to the issue that it is fixed with any commentary on how it was fixed or how it now works, then manually close the issue.
If the issue is partially fixed, then summarize the fix and what is left to do in the issue. Once it is completely fixed, use one of the above methods.
If the issue has evolved to the point that it is really two issues, we should get better at then separating the issue into two issues so that they can be fixed and verified independently.
Hi Johnathan,
Once you have fixed an issue, please use one of these process:
Verify Fix
tag, (b) change the Assignees to me (twiddeling bits), and (c) add a note to the issue of what was changed or that it is ready for me to verify and close.If the issue is partially fixed, then summarize the fix and what is left to do in the issue. Once it is completely fixed, use one of the above methods.
If the issue has evolved to the point that it is really two issues, we should get better at then separating the issue into two issues so that they can be fixed and verified independently.
thanks