Skip to content

Contribution

Eric Hofesmann edited this page Aug 15, 2019 · 1 revision

You are welcome to add features or bug fixes to this project. Please issue any pull requests into the dev branch of ViP and we will review them.

Basic Instructions

In order to do so start by forking the repository:

Clone your fork of ViP locally and create a topic branch.

git clone https://github.com/your_username/ViP.git

git checkout -b branch_name

From here, add your changes. Once they are complete issue a pull request from the topic branch of your forked repository into the dev branch of ViP.

Clone this wiki locally