rafaelweingartner commented on a change in pull request #2557: Add "Fixes: number" to PR template for auto-closing issues URL: https://github.com/apache/cloudstack/pull/2557#discussion_r180718794
########## File path: PULL_REQUEST_TEMPLATE.md ########## @@ -12,6 +12,12 @@ - [ ] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) +<!-- If this PR is to fix an issue on GH, uncomment the section and provide the id of issue --> +<!-- If "Fixes: #<id> is specified, the issue will automatically be closed when PR gets merged --> + Review comment: Can I suggest one other thing? What about changing `## GitHub Issue` to `## GitHub Issues/PRs` Then, you could use: ``` <!-- List the PRs and issues that this PR addresses. E.g. "Fixes #.., #.., and so on "--> <!-- Fixes: # --> ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
