Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 290 Bytes

CONTRIBUTING.md

File metadata and controls

6 lines (6 loc) · 290 Bytes
  1. Should use PascalCase for naming
  2. Variable names should be clear and make sense. (No Short terms)
  3. Should not have unwanted mandatory params.
  4. Should follow general Compose guidelines
  5. Should not have a performance impact.
  6. Must have proper documentation of params and fields.