Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 708 Bytes

PROJECT_GUIDELINES.md

File metadata and controls

9 lines (6 loc) · 708 Bytes

Project Guidelines

Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:

  • You have added tests, even if just the happy path, when adding or refactoring code
  • You used types in your TypeScript code so that we can leverage static analysis to maintain quality
  • You have interationalized any user-facing text or copy, by using our i18n solution (as shown here) so that we can translate to other languages in the future
  • You have followed the PR Quality Checklist available in our Pull Request Template