Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 606 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (7 loc) · 606 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.

Git

  • Make sure the commit message is short, simple and easy to understand.
  • Add the description of the change on the commit body. Explain what you changed and why you changed it and so on.

Linting

Linting is done by Prettier which should run automatically every time you run git commit. It is very important to pass linted code before making a PR.