👍🎉 First off, thanks for taking the time to contribute! 🎉👍
The following is a set of guidelines for contributing to the PhoneGap Facebook Connect Plugin.
These are just guidelines, not rules, use your best judgement and feel free to propose changes to this document in a pull request.
Before creating a Github issue make sure you...
- Check the Troubleshooting Guide for well known issues.
- Search the issues list for existing closed or still open issues
- Create a Github 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
- Include screenshots and animated GIFs in your pull request whenever possible.
- Try to follow the JavaScript, Objective-C or Java 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.