Contributions are always welcome! See also the current list of contributors.
- Fork this repository
- Check out the develop branch:
git checkout develop
- Create your feature branch:
git checkout -b feature-something
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feature-something
- Submit a pull request
Please keep your pull requests feature-specific and limit yourself to one feature per feature branch. Remember to pull updates from this repository before opening a new feature branch.
If you are unsure where to add you feature into the code, please do not hesitate to contact us.
There is no strict coding guideline, but please try to match your code style to the code you edited or to the style in the respective module.
We aim to adhere to the "git flow" branching model: http://nvie.com/posts/a-successful-git-branching-model/
Release versions (
master
branch) are taggedmajor.minor.patch
, starting at1.0.0
Download the latest stable version from https://github.com/spirit-code/ovf/releases
The develop branch contains the latest updates, but is generally less consistently tested than the releases.