Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 379 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (10 loc) · 379 Bytes

How to contribute

We definitely welcome code contributors !

We recommend that your commit complies with the git commit specification.

Format :

<type>(<scope>): <subject>
<BLANK LINE>
<body>
<BLANK LINE>
<footer>

you can use the commitlint to specify your commitments.