Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 724 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (16 loc) · 724 Bytes

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a build
  2. Document your changes
  3. Contact one of the developers after submitting a merge request

Style Guide

  • Classes are in UpperCamelCase
  • Functions are in lowerCamelCase
  • Interfaces are UpperCamelCase
  • Try to leave two spaces between code blocks
  • Make Models for Objects where applicable
  • Handlers should use default export for Classes
  • Services should export instances of Classes