PR descriptions and commit messages convention for our PRs

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>: <subject>

Type:

Example

feat: add hat wobble
^--^  ^------------^
|     |
|     +-> Summary in the present tense.
|
+-------> Type: chore, docs, feat, fix, refactor, style, or test.

PR Description

tbd

Untitled