Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (17 loc) · 1007 Bytes

File metadata and controls

31 lines (17 loc) · 1007 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.

All code style is controlled by eslint and prettier, please do not disable unless there is good reason to do so

Submitting Changes

Committing

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] / #1234

Pull Request Process

Please 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