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