You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2015/10/13 02:55:50 UTC

ios commit: Add JIRA issue tracker link

Repository: cordova-ios
Updated Branches:
  refs/heads/master 943273fb0 -> 54ea8f605


Add JIRA issue tracker link

This closes #161


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/54ea8f60
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/54ea8f60
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/54ea8f60

Branch: refs/heads/master
Commit: 54ea8f6050a78ad29f58c92fd7db0bfe5647b0ea
Parents: 943273f
Author: Julien Bouquillon <ju...@bouquillon.com>
Authored: Thu Sep 10 18:26:24 2015 +0200
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Oct 12 17:55:26 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/54ea8f60/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 452908b..46ea2a0 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,9 @@
 # to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
-# 
+#
 # http://www.apache.org/licenses/LICENSE-2.0
-# 
+#
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
 # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -33,6 +33,8 @@ Requires:
 <br />
 * [node.js](https://nodejs.org)
 
+:warning: Report issues on the [Apache Cordova issue tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22iOS%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC)
+
 
 Create a Cordova project
 -------------------------------------------------------------
@@ -42,7 +44,7 @@ Follow the instructions in the [**Command-Line Usage** section](http://cordova.a
 To use a **shared CordovaLib**, for example in development, link the appropriate cordova-ios platform folder path:
 
     cordova platform add --link /path/to/cordova-ios
-    
+
 <br />
 
 Updating a Cordova project
@@ -51,7 +53,7 @@ Updating a Cordova project
 When you install a new cordova-cli version that comes with a new iOS platform version, from within your project:
 
     cordova platform update ios
-    
+
 Tests
 --------------------------------------------------------------------
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org