From f8c39c35843592eb1defd0f8ad1526b6dfb82174 Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Mon, 13 Jun 2016 00:29:04 -0400 Subject: [PATCH] docs(): Update contribution notes --- CONTRIBUTING.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7865ef274..0b71c11f1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,18 @@ # Contributing to Ionic Native + +## Feature request? Have a plugin you'd like to see supported? Because Ionic Native is a thin wrapper around existing Cordova plugins, adding support for new plugins is as easy as creating a new wrapper for whichever plugin you'd like to add. -Take a look at our [Developer Guide](https://github.com/driftyco/ionic-native/blob/master/DEVELOPER.md) for more info on adding new plugins. \ No newline at end of file +Take a look at our [Developer Guide](https://github.com/driftyco/ionic-native/blob/master/DEVELOPER.md) for more info on adding new plugins. + +## Having 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 +* Check that you are using the latest version of `ionic-native` + +###### Still having problems? submit an issue with the following details: +* Short description of the issue +* Steps to reproduce +* Stack trace (if available)