add JIRA issue tracker link This closes #14
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/ee3cec1b Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/ee3cec1b Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/ee3cec1b Branch: refs/heads/1.0.x Commit: ee3cec1bc07c9e451e4d69da4c0e2460a1b655c5 Parents: 336554c Author: Julien Bouquillon <[email protected]> Authored: Thu Sep 10 18:26:38 2015 +0200 Committer: Steve Gill <[email protected]> Committed: Mon Aug 29 17:40:51 2016 -0700 ---------------------------------------------------------------------- README.md | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/ee3cec1b/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 3e01475..ebd0939 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,9 @@ are not available until after the `deviceready` event. console.log("console.log works well"); } +: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%20Console%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC) + + ## Installation cordova plugin add cordova-plugin-console --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
