You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nemo.apache.org by sa...@apache.org on 2018/08/21 02:52:15 UTC

[incubator-nemo] branch master updated: [NEMO-197] Close JIRA issues upon closing PRs (#110)

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

sanha pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nemo.git


The following commit(s) were added to refs/heads/master by this push:
     new faecf75  [NEMO-197] Close JIRA issues upon closing PRs (#110)
faecf75 is described below

commit faecf759ee21677c010250046d17e305238486a2
Author: Won Wook SONG <wo...@apache.org>
AuthorDate: Tue Aug 21 11:52:13 2018 +0900

    [NEMO-197] Close JIRA issues upon closing PRs (#110)
    
    JIRA: [NEMO-197: Automatically close JIRA issues upon closing PRs](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-197)
    
    **Major changes:**
    - None
    
    **Minor changes to note:**
    - This minor PR updates the final line of the PR template, to automatically close the issue using GitHub.
    
    **Tests for the changes:**
    - N/A
    
    **Other comments:**
    - N/A
    
    Closes #110
---
 .github/pull_request_template.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index a2775b2..bcd21fe 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,4 +1,4 @@
-JIRA: [NEMO-##: TITLE](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-##)
+JIRA: [NEMO-###: TITLE](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-###)
 
 **Major changes:**
 - 
@@ -12,4 +12,4 @@ JIRA: [NEMO-##: TITLE](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-
 **Other comments:**
 - 
 
-resolves [NEMO-##](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-##)
+Closes #GITHUB_PR_NUMBER