Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 756 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (23 loc) · 756 Bytes

Contributing

Follow this guide if you want to contribute to this project.

Commit Messages

type: subject

body

footer

The Type

It can be one of the following:

  • feat: a new feature
  • fix: a bug fix
  • docs: changes to documentation
  • style: formatting, missing semi colons, etc; no code change
  • refactor: refactoring production
  • test: adding tests, refactoring test; no production code change
  • chore: updating build tasks, package manager configs, etc; no production code change

The subject

Subject should be no greater than 50 characters. Try to describe what the commit does.

The body

Use the body area if your commit requires more in-depth explanation

Footer

(Optional). Use it only to reference issue tracker IDs.