This README describes how to contribute to the NCVA LL Equation code in Matlab.
- Matlab Source control for NCVA LL Equation code
- Learn Markdown
- Download Matlab and install
- Clone Repo
- If needed, create Develop Branch => git checkout -b develop master
- Create your branch from develop feature-
- The new feature should represent a section
- When saved, push feature branch to remote => git push origin feature-
- File a pull request to merge feature- into develop
- Consult peer review guidelines
- Everyone