Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.29 KB

CONTRIBUTING.md

File metadata and controls

54 lines (35 loc) · 1.29 KB

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.




🧪 Testing Advice

There is a test function called Test_OAScript for AppleScript commands.
When you run this test, your Login Items all will be removed. Therefore, I highly recommend backing up your current Login Items by mli save.


💬 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.