📄️ Access
Full access will be given to all engineers.
📄️ Technical Debt
reOS is still a new product and so we have not introduced much technical debt, fortunately. Having said that there are a few items that we would like to address.
📄️ Git Flow
All source code is version controlled with Git. We also use Github to host our code as well as manage projects, issues and code reviews.
📄️ Lifecycle
- Business Planning
📄️ Testing
All work is unit tested and before code is merged into the upstream branch it needs to pass on our CI server, we currently use Github Actions. Part of the code reviewers responsibility is to check that there are accompanying tests before approving a pull request.