Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 530 Bytes

CODE_OF_CONDUCT.md

File metadata and controls

7 lines (5 loc) · 530 Bytes

Contributor Covenant Code of Conduct

Code Standarization

We are using ES6 as JS Code standarization, for more about ES6 please follow this link http://es6-features.org/. We understand that developers have the characteristics to use tabs or spaces, so make sure to install config editor in their editor / idea so that all code is uniform and easy for next fix.

Code Test

Before pulling the request, make sure all the code runs well in the unit tests, and make sure the code does the process as efficiently as possible.