Please follow these rules and conventions when modifying this repository
- All work on a particular sprint will contained in a new branch created by Tech Lead which will be named sprint-#
- Feature, bug, and hotfix branches are to be named by [feature / hotfix / bugfix] / [ref num or 'no-ref'] / [feature description] a. Examples: feature/1.2.1/login-page, hotfix/no-ref/fix-sb-key, bugfix/issue-32/admin-role-not-authorized
- Feature and bugfix branches are to be merged into sprint branches only
- Sprint branches will be merged to main at end of sprint
- All merges require at least one approver.