You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2016/01/29 08:22:08 UTC

[49/50] incubator-apex-core git commit: Correct JIRA instructions in README.md

Correct JIRA instructions in README.md


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/f32fa1b8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/f32fa1b8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/f32fa1b8

Branch: refs/heads/master
Commit: f32fa1b862ada333c31746ea3cb5510b198591d3
Parents: d58de0c
Author: Thomas Weise <th...@datatorrent.com>
Authored: Mon Jan 25 17:46:55 2016 -0800
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Mon Jan 25 17:46:55 2016 -0800

----------------------------------------------------------------------
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/f32fa1b8/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 65bd2f7..4b22f71 100644
--- a/README.md
+++ b/README.md
@@ -34,15 +34,15 @@ https://www.datatorrent.com/download/
 
 ##Issue tracking
 
-(Note that we will be moving to the Apache JIRA system soon.)
+[JIRA](https://issues.apache.org/jira/browse/APEXCORE) issue tracking system is used for this project.
+You can submit new issues and track the progress of existing issues at https://issues.apache.org/jira/browse/APEXCORE
 
-[Apex JIRA](https://issues.apache.org/jira/browse/APEXCORE) issue tracking system is used for this project.
-You can submit new issues and track the progress of existing issues at https://malhar.atlassian.net/projects/APEX.
+Please include the JIRA ticket number into the commit messages. It will automatically add the commit message to the JIRA ticket(s) and help link the commit with the issue(s) being tracked for easy reference.
+An example commit might look like this:
 
-When working with JIRA to submit pull requests, please use [smart commits](https://confluence.atlassian.com/display/AOD/Processing+JIRA+issues+with+commit+messages) feature by specifying APEXCORE-XXXX in the commit messages.
-It helps us link commits with issues being tracked for easy reference.  And example commit might look like this:
+    git commit -am "APEXCORE-1234 Task completed ahead of schedule"
 
-    git commit -am "APEXCORE-1234 #comment Task completed ahead of schedule #resolve"
+JIRA tickets should be resolved and fix version field set by the committer merging the pull request.
 
 ##License