2021-10-19 Meeting Notes
Date
Recording
Attendee
Discussion
- Development policy toward v1
Takuma:
Toward V1, we improve the code quality of existing features.
Until v1, we should do the following branch management;
(1) "main": the branch to improve the existing codes
(2)"after-v1": Code that implements the new features
Peter:
All the code should be in the main branch.
New features that are not in production can be tagged "not ready" to distinguish between code in V1 and code that is not.
We will not be able to manage multiple branches.
We'll discuss branch management again at next week's meeting.