-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #818 from Wizcorp/develop
Update Master
- Loading branch information
Showing
5 changed files
with
85 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Contributing to PhoneGap Facebook Plugin | ||
|
||
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1: | ||
|
||
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... | ||
|
||
- Check the [Troubleshooting Guide](TROUBLESHOOTING.md) for well known issues. | ||
- Search the [issues list](https://github.com/Wizcorp/phonegap-facebook-plugin/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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters