Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 890 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (16 loc) · 890 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 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

They should be structured as follows:

feat(scope): I made a change

BREAKING CHANGE: This is a description of the change i've made

Pull Request Process

Please send a GitHub Pull Request with a clear list of what you've done.

PRs need to be approved by a repo owner.