If you have a problem with ng-cordova, you can submit a new Issue. 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 to see if someone's reported one similar to yours.
- Fork then clone
git clone [email protected]:your-username/ng-cordova.git
ng-cordova repository - Create a new branch in your personally forked repo, with a name similar to your edits, such as
fix-facebook-plugin
- Make your edits inside your new branch
- Commit them and push them back to your personal github fork
- Make a new Pull Request on the ng-cordova repo. Point your branch to the
master
ng-cordova branch and submit
- Fork and clone
- Create a new branch from the
gh-pages
branch - Make your edits
- Push your edits back to your personal github repo
- Make a Pull Request on the ng-cordova repo. Point your branch to the
gh-pages
branch and submit
By contributing your code to the driftyco/ionic GitHub Repository, you agree to license your contribution under the MIT license.