Skip to content

Making a Pull Request

Ian Gilman edited this page Mar 4, 2016 · 1 revision
  1. Fork the OpenSeadragon repository: https://help.github.com/articles/fork-a-repo/
  2. Clone it to your computer.
  3. Make a new branch for this fix.
  4. Make whatever changes you want to your forked version.
  5. Test to see if it fixes the problem, and if there are any unintended consequences.
  6. Commit and push those changes to your fork.
  7. Make a pull request from your fork to OpenSeadragon: https://help.github.com/articles/creating-a-pull-request/
  8. We'll review and let you know if there's anything to fix.

For more information on coding and running in the OpenSeadragon codebase, see https://github.com/openseadragon/openseadragon/blob/master/CONTRIBUTING.md.

If you have questions, you can ask them in https://gitter.im/openseadragon/openseadragon.

Clone this wiki locally