You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2018/04/12 08:07:08 UTC

[cloudstack] branch 4.11 updated: Add "Fixes: number" to PR template for auto-closing issues (#2557)

This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch 4.11
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.11 by this push:
     new 5d05da2  Add "Fixes: number" to PR template for auto-closing issues (#2557)
5d05da2 is described below

commit 5d05da21effad48e210303b4dae5385b6ed85d2c
Author: Khosrow Moossavi <kh...@gmail.com>
AuthorDate: Thu Apr 12 04:07:00 2018 -0400

    Add "Fixes: number" to PR template for auto-closing issues (#2557)
---
 PULL_REQUEST_TEMPLATE.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
index 8a5a30f..a21832c 100644
--- a/PULL_REQUEST_TEMPLATE.md
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -12,6 +12,13 @@
 - [ ] Enhancement (improves an existing feature and functionality)
 - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
 
+## GitHub Issue/PRs
+<!-- If this PR is to fix an issue or another PR on GH, uncomment the section and provide the id of issue/PR -->
+<!-- When "Fixes: #<id>" is specified, the issue/PR will automatically be closed when this PR gets merged -->
+<!-- For addressing multiple issues/PRs, use multiple "Fixes: #<id>" -->
+
+<!-- Fixes: # -->
+
 ## Screenshots (if appropriate):
 
 ## How Has This Been Tested?

-- 
To stop receiving notification emails like this one, please contact
dahn@apache.org.