Repository: cordova-plugin-dialogs
Updated Branches:
  refs/heads/master 872c4d2a0 -> 4aee0e4f3


add JIRA issue tracker link


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/commit/0670c884
Tree: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/0670c884
Diff: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/0670c884

Branch: refs/heads/master
Commit: 0670c8842458800d56cfabe1aaac10ca37ac6c04
Parents: fb99451
Author: Julien Bouquillon <jul...@bouquillon.com>
Authored: Thu Sep 10 18:27:02 2015 +0200
Committer: Julien Bouquillon <jul...@bouquillon.com>
Committed: Thu Sep 10 18:27:02 2015 +0200

----------------------------------------------------------------------
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/0670c884/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 86e28ea..02eb1b2 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,8 @@ Although the object is attached to the global scoped 
`navigator`, it is not avai
         console.log(navigator.notification);
     }
 
+: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%22Plugin%20Dialogs%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC)
+
 ## Installation
 
     cordova plugin add cordova-plugin-dialogs
@@ -270,4 +272,3 @@ The device plays a beep sound.
 - Tizen implements beeps by playing an audio file via the media API.
 
 - The beep file must be short, must be located in a `sounds` subdirectory of 
the application's root directory, and must be named `beep.wav`.
-


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

Reply via email to