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 eslint and 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 and a ticket reference eg. ch1234
They should be structured as follows:
feat(scope): I made a change
BREAKING CHANGE: This is a description of the change i've made
[ch1234] / #1234Please send a GitHub Pull Request to Attest with a clear list of what you've done.
PRs need to be approved by a repo owner as well as pass all CI/CD pipeline checks