Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.56 KB

CONTRIBUTING.md

File metadata and controls

30 lines (18 loc) · 1.56 KB

Contributing

Creating an Issue

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.

Making edits to ng-cordova

  1. 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 on the ng-cordova repo. Point your branch to the master ng-cordova branch and submit

Fix the Docs

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