Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1000 Bytes

CONTRIBUTING.md

File metadata and controls

44 lines (28 loc) · 1000 Bytes

Contributing Guide

Note

You must follow the Code of Conduct.

I happily welcome your contributions! Before you contribute, I would recommend reading this guideline for a better development experience.




💬 Commit Message

I recommend you to follow Conventional Commits with this format.

type(scope): Description

Body

❓ Pull Requests Title

You don't need to add any prefixes like feature or bug fix to the Pull Requests title. I can recognize what kind of PR it is from labels. Please give a clear title.


🪵 Commit Log

I do squash merge to the main branch to keep the commit history clean. When merging your Pull Request, I'll add the Conventional Commits type and scope.