Skip to content
Semantic Versioning

语义化版本 (Semantic Versioning, 简称 SemVer) 是一种版本号命名规范,用于清晰地表达软件版本的变化及其兼容性。采用 主版本号.次版本号.修订号 的格式

How to report an issue

Creating an issue from a repository

How to create a pull request in GitHub

Learn how to fork a repo, make changes, and ask the maintainers to review and merge it.

Semantic Commits

Semantic Commits are commit messages with human and machine readable meaning, which follow particular conventions.

Bun

Bun is a fast JavaScript runtime.