Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 391 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 391 Bytes

Contributing

Please read root README.md and all sub-package's README.md, to help you understand this project.

Conventions

MongoDB

  • all MongoDB database names and collection (table) names use lowercase name.
  • all id names _id.
  • all field name use low camel case, like nextExecuteTime.

Web

  • // TODO

Node.js , like worker and pptr

  • // TODO