Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,16 @@ automatically:

Only packages with staged changes are analyzed — no need to wait for the full monorepo.

## Branch Naming

Use the format `git-username/type/short-description` for branch names.

* `git-username` should match your Git username or GitHub handle.
* `type` should be a conventional change type such as `feat`, `fix`, `docs`, `test`, or `chore`.
* `short-description` should be lowercase, hyphen-separated, and describe the change.

For example: `octocat/feat/add-http-timeout`.

## Changelog

Changelogs are generated automatically during the release process using
Expand Down
Loading