Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 294 Bytes

File metadata and controls

5 lines (5 loc) · 294 Bytes
  • Do not add trivial comments, usually do not add blank lines inside functions.
  • Use Angular style commits, e.g feat: implemented xyz.
  • Make sure tests (yarn test) pass.
  • In the end, make sure linter and formatter pass.
  • Do not every Git commit or push without explicit review by USER.