awesome-cordova-plugins/.github/CONTRIBUTING.md
Daniel Sogl b4deaaa941 docs(): changed old cli commands (#1644)
Im also removed some V2 tags from Ionic and Angular
2017-06-03 13:23:30 -04:00

1.1 KiB

Contributing to Ionic Native

Have an issue?

There are no rules, but here are a few things to consider:

Before you submit an issue:
  • Do a quick search to see if there are similar issues
  • Make sure that you are waiting for deviceready to fire before interacting with any plugin. If you are using Ionic, this can be done using the Platform.ready() function.
  • Check that you are using the latest version of ionic-native, you can install the latest version by running npm i --save @ionic-native/core@latest
Still having problems? submit an issue with the following details:
  • Short description of the issue
  • Steps to reproduce
  • Stack trace (if available)

Feature request?

Have a plugin you'd like to see supported? Since Ionic Native is a thin wrapper around existing Cordova plugins, adding support for new plugins is as easy as creating a new wrapper for whatever plugin you'd like to add.

Take a look at our Developer Guide for more info on adding new plugins.