豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 998 Bytes

File metadata and controls

24 lines (15 loc) · 998 Bytes

Contributing

Pull requests and contributions are warmly welcome. Please follow existing code style and commit message conventions. Also remember to keep documentation updated.

Pull requests: You don't need to bump version numbers or modify anything related to releasing. That stuff is fully automated, just write the functionality.

Maintaining

Code Format & Linting

Code format and lint checks are performed locally when committing to ensure the changes align with the configured rules of this repository. This happens with the help of the tools simple-git-hooks and lint-staged which are automatically installed and configured on pnpm install (no further steps required).

In case of problems, a corresponding message is displayed in your terminal. Please fix them and then run the commit command again.

Test

Tests can be executed with the following command:

pnpm test