awesome-cordova-plugins/CONTRIBUTING.md

19 lines
814 B
Markdown
Raw Normal View History

2016-02-18 11:55:47 -06:00
# Contributing to Ionic Native
2016-06-13 00:29:04 -04:00
## Feature request?
2016-07-14 09:45:55 -05:00
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.
2016-02-18 11:55:47 -06:00
2016-06-13 00:29:04 -04:00
Take a look at our [Developer Guide](https://github.com/driftyco/ionic-native/blob/master/DEVELOPER.md) for more info on adding new plugins.
2016-07-14 09:45:55 -05:00
## Have an issue?
2016-06-13 00:29:04 -04:00
#### 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
2016-08-26 12:20:22 -04:00
* **Check that you are using the latest version of** `ionic-native`
2016-06-13 00:29:04 -04:00
###### Still having problems? submit an issue with the following details:
* Short description of the issue
* Steps to reproduce
* Stack trace (if available)