Skip to content

Engineering Standards

Song Zheng edited this page Apr 16, 2020 · 5 revisions

Intro

A list of engineering standards we follow.

Feature Submission

  • Make sure to have 100% code coverage. We don't want any uncovered cases due to the nature of the project (databases)
  • Only merge when you have 2 or more approvals from admins
  • Pick features from the project board. They are ranked by priority.

Work flow

  • Make sure you tag your issue in your commit.
    • For example: git commit -m 'closes #22: Adds a logging module'
Clone this wiki locally