@@ -116,10 +116,22 @@ function myFunction() {
116116- pnpm, pnpm workspaces
117117- Changesets
118118
119- ## Other
119+ ## Development Flow
120120
121+ - Write PR descriptions and commit messages in English
121122- Commit messages follow [ Conventional Commits] ( https://www.conventionalcommits.org/en/v1.0.0/ )
122- - ` <type> ` : use one of feat, fix, docs, refactor, test, chore, deps
123+ - ` <type> ` is one of: feat, fix, docs, refactor, test, chore, deps
123124 - ` [optional scope] ` : choose one of core, ts-plugin, codegen, vscode, stylelint-plugin, eslint-plugin, zed
124125 - For changes spanning multiple packages, use comma-separated scopes like ` feat(core, ts-plugin): ... `
125126- If you make changes that affect users, add a changeset file under ` .changeset `
127+ - Assign appropriate labels when creating a PR
128+ - ` Type: Breaking Change ` : Breaking changes
129+ - ` Type: Bug ` : Bug fixes
130+ - ` Type: Documentation ` : Documentation changes
131+ - ` Type: Feature ` : New features
132+ - ` Type: Refactoring ` : Refactoring
133+ - ` Type: Testing ` : Test additions/modifications
134+ - ` Type: Maintenance ` : Repository maintenance
135+ - ` Type: CI ` : CI/CD changes
136+ - ` Type: Security ` : Security-related changes
137+ - ` Type: Dependencies ` : Dependency updates
0 commit comments