You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A collection of guidelines for the team to norm on, to improve overall development speed.
Develop branch
Currently, (as of October 2021) the team uses a staging branch (develop) that is cut weekly to the main trunk. The rationale for this was to have a testing environment as more stability improvements were made to the platform. All new pull requests should be open into develop.
Branching
Naming doesn't matter too much. A pattern I use is fix/github-issue-number or feat/github-issue-number.
Delete your branch after you merge. We would normally have GitHub do this automatically in settings, but that would automatically delete the develop branch