CONTRIBUTING.md

Contributing

Awesome that you are reading this!

Branching policy

Submitting code

Submitted code should follow these quality guidelines:

These are all checked by Travis CI when submitting a Pull Request.

git usage

To get started working on nLTT do:

git clone https://github.com/thijsjanzen/nLTT.git

Development is done on the develop branch. To download and checkout the develop branch, first go into the nLTT folder (cd nLTT), then do:

git checkout develop

Then the workflow is the common git workflow:

git pull
git add --all :/
git commit -m "Did something awesome"
git push


richelbilderbeek/nLTT documentation built on Aug. 23, 2023, 8 a.m.