At this point, most of the work is simply being done directly on the master branch. This works fine as long as there is just one person developing and using the code, but that will hopefully not be the case forever.
Will probably keep trucking on the single branch until the upcoming release of 0.1., but should have guidelines in place by then.
To do:
Create some guidelines for how to work on branches
Look for examples in well-structured libraries and if possible in the scidev guide.
-Decide on which branch is the "official" newest branch, the "base" branch
. Decide on PR/merging policies (how to do it? who can do it?)
At this point, most of the work is simply being done directly on the master branch. This works fine as long as there is just one person developing and using the code, but that will hopefully not be the case forever.
Will probably keep trucking on the single branch until the upcoming release of 0.1., but should have guidelines in place by then.
To do: