-
main
: currently active development branch. pretty much every PR should be opened againstmain
(with possible exception of hotfixes for norns.) may have bugs. -
norns-latest
: this will attempt to track the commit pointed at by thesoftcut
submodule in the main branch ofmonome/norns
repo. -
v1.5
: current version branch.main
should be merged into here whenever it's deemed stable enough for testing. -
wip/v2
: this branch contains "backlogged" changes intended for a v2 overhaul. involves extensive and complicated changes to the processing architecture. it's not yet working, hence the backlog, but it reopresents enough work to be worth saving. will be "salvaging" changes from here to release as v1.5.
other working branches branches may exist, and should preferably be named using a prefix and a slash. we suggest:
fix/
- for bugfixes and (measurable!) performance improvements.
feature/
- for new user-facing features
dev/
for primarily developer-facing work, like refactoring
(if you are part of the monome
organization, you're welcome to make development branch in the monome repo instead of your personal fork.)