Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Contributing

joshgav edited this page Oct 28, 2014 · 2 revisions

First of all, thanks for wanting to help us make this code better for you and others. We appreciate your contributions!

  1. If you haven't yet, sign the MS Open Tech CLA. This ensures that your contributions are as open and usable as ours and other contributors'. We can't accept your contributions till you sign.
  2. Fork.
  3. Clone your fork to your development box: git clone https://github.com/<your-name>/Office-365-SDK-for-Android.
  4. Checkout the dev branch to start with the latest updates: git checkout dev.
  5. Make your changes in your working directory.
  6. git add; git commit; git push. Now your changes will be in your forked repo in GitHub.

If other changes have been made to the original repo since you forked and checked out, we may request you rebase your branch to be up-to-date with the upstream dev branch before accepting your PR.

  1. Come back to the upstream repo and follow the instructions to submit your pull request. Make sure you edit the dialog to submit the PR to the dev branch.

We'll review your request and may ask for additional information or changes.

And again, thank you!

Clone this wiki locally