Merge branch 'add-jira-link' of https://github.com/revolunet/cordova-plugin-dialogs
diff --git a/README.md b/README.md
index 86e28ea..02eb1b2 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,8 @@
         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 @@
 - 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`.
-