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.
All code style is controlled by prettier, please do not disable unless there is good reason to do so
We are using the conventional commits format to commit our code, please read it as it has all the information you need.
All commits require a type
, scope
, description
, long form descriptive body
They should be structured as follows:
feat(scope): I made a change
BREAKING CHANGE: This is a description of the change i've made
Please send a GitHub Pull Request with a clear list of what you've done.
PRs need to be approved by a repo owner.