Reporting Issues

Thank you for helping to improve Cordova! All Cordova issues should now be reported on GitHub. Our JIRA issue tracker has been closed, and new issues can no longer be opened there.

Creating an issue on GitHub

Find the repository of the component which your issue applies to. To figure out which repository to report your issue to, you can take a look at the full list of Cordova repositories. Some of the most popular repositories are:

Once you have found the correct repository to create your issue in, go to the Issues tab, and click New issue. Simply fill out the issue template, and submit your issue.

Issue Priority

We gauge issue priority on the following scale:

If you aren't sure about the priority, leave the default (major) selected. Please be aware that as our contributors triage issues, they may change the priority based on our criteria.

Finding out versions

You can quickly find out versions of platforms/plugins you're using by running:

cordova platform ls

or

cordova plugin ls

in your project respectively. You can find out the version of the Cordova CLI you're using by running:

cordova --version

Generating CLI logs

You can use --verbose flag to generate detailed logs for cordova build-time bugs related with the CLI. This helps significantly in debugging.