cordova-plugin-wizviewmanager
Version:
This plugin allows managing multiple webviews in a single application.
31 lines (19 loc) • 1.53 kB
Markdown
# Contributing
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:
The following is a set of guidelines for contributing to this plugin.
These are just guidelines, not rules, use your best judgement and feel free to propose changes to this document in a pull request.
## Getting Help
Before creating a Github issue make sure you...
- Search the [issues list](https://github.com/Wizcorp/phonegap-plugin-wizViewManager/issues) for existing closed or still open issues
- Create a Github issue
#### Creating an Issue
When submitting an issue please add as much of the following information:
- Tell us what you expected to happen and what actually happened. ("It doesn't work" is **not** a solveable problem)
- Provide sample code so people can test and debug the problem.
- Provide `adb logcat` or Xcode console output.
Can you solve the problem yourself? If so see the next section on Pull Requests and send us the fix!!! <3
## Pull Requests
- Include screenshots and animated GIFs in your pull request whenever possible.
- Try to follow the [JavaScript](https://github.com/Wizcorp/javascript-styleguide/blob/master/README.md), [Objective-C](http://google-styleguide.googlecode.com/svn/trunk/objcguide.xml) or [Java](https://google-styleguide.googlecode.com/svn/trunk/javaguide.html) style guides. Although these are just guides, please at least support continuety (that means **using 4 spaces please**).
- **Send your pull request to the develop branch.**
- If you can, provide sample testing code.