## Contributing #### Creating an Issue If you have a problem with ng-cordova, you can [submit a new Issue](https://github.com/driftyco/ng-cordova/issues/new). Please be detailed in your issue report, and include keywords such as : `Feat`, `Bug`, etc If you think you have found a bug, or have a new feature idea, please start by making sure it hasn't already been reported. You can [search through existing issues](https://github.com/driftyco/ng-cordova/issues?state=open) to see if someone's reported one similar to yours. #### Making edits to ng-cordova 1. [Fork](https://github.com/driftyco/ng-cordova/fork) then clone `git clone git@github.com:your-username/ng-cordova.git` ng-cordova repository 2. Create a new branch in your personally forked repo, with a name similar to your edits, such as `fix-facebook-plugin` 3. Make your edits inside your new branch 4. Commit them and push them back to your personal github fork 5. Make a new [Pull Request](https://github.com/driftyco/ng-cordova/compare/) on the ng-cordova repo. Point your branch to the `master` ng-cordova branch and submit #### Fix the Docs 1. [Fork](https://github.com/driftyco/ng-cordova/fork) and clone 2. Create a new branch from the `gh-pages` branch 3. Make your edits 4. Push your edits back to your personal github repo 5. Make a [Pull Request](https://github.com/driftyco/ng-cordova/compare/) on the ng-cordova repo. Point your branch to the `gh-pages` branch and submit ##### License By contributing your code to the driftyco/ionic GitHub Repository, you agree to license your contribution under the MIT license.