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 20:12:52 UTC

[35/50] [abbrv] incubator-apex-malhar git commit: Fix JIRA instructions in README.md

Fix JIRA instructions in README.md


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

Branch: refs/heads/master
Commit: b89603a1464bd903e3b8d1e2e520638bbc97ea71
Parents: a4e4555
Author: Thomas Weise <th...@datatorrent.com>
Authored: Wed Jan 6 15:17:16 2016 -0800
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Wed Jan 6 15:17:16 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/b89603a1/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 352fcb7..e7e3000 100644
--- a/README.md
+++ b/README.md
@@ -35,14 +35,15 @@ Multiple [demo applications](demos/src/main/java/com/datatorrent/demos) are prov
 Issue tracking
 --------------------
 
-[Malhar JIRA](https://malhar.atlassian.net/projects/MLHR) 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/MLHR.
+[JIRA](https://issues.apache.org/jira/browse/APEXMALHAR) 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/APEXMALHAR
 
-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 MLHR-XXXX in the commit messages.
-It helps us link commits with issues being tracked for easy reference.  And example commit might look like this:
+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:
 
-    git commit -am "MLHR-1234 #comment Task completed ahead of schedule #resolve"
+    git commit -am "APEXMALHAR-1234 Task completed ahead of schedule"
 
+JIRA tickets should be resolved and fix version field set by the committer merging the pull request.
 
 License
 --------------------