Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 524 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 524 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.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Conventions

  • Typescript should be used in place of javascript
  • UIs should utilize MUI
  • Ensure any new code passes against ESLint checks (can be confirmed by running yarn lint)
  • Code must be formatted with Prettier