Contributing

The code for raynet-mvs is mirrored on Github. If you found a bug or you wish to incorporate a new feature, just create a pull request or an issue.

Before submitting your code for the pull request make sure that

  • You have rebased your local branch on top of origin/master
  • Your code passes PEP8
  • You have added tests covering the code you added and that your code does not break the previously added tests.