-
All changes to codebase shall always gone through Pull Request and Code Review
-
A Pull Request shall be merged only after being approved by at least 2 reviewer
-
A Pull Request shall be named correspond with the branch name (defined in Code 1.2) but with _ (underscore) in short description replace with space, and formatted as follow
[<type>] <short description> for example: [feature] network deletion time
-
A Pull Request shall have description that contain:
- Description of the changed in CHANGELOG format
- closing keyword to related issue