Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.62 KB

CONTRIBUTING.md

File metadata and controls

32 lines (20 loc) · 1.62 KB

Contributing to PhoneGap Facebook Plugin

👍🎉 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.

Getting Help

Before creating a Github issue make sure you...

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, 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.