At this moment we're still under a heavy amount of initial work, however we try to follow the Git-Flow pattern where
master
is a point of release oncedevelop
reach a milestonedevelop
is where all PRs get mergedbug/*
orfeature/*
for branches diverging fromdevelop
We would also like to encourage the usage of Issues and of Projects so we can have a better sigthseeing of the current state of work.
As for the branch naming, we encourage of having every branch linked to a specific issue following the pattern:
feature/<issue number>_<very brief description>
eg: feature/32_update-packets-to-2020