File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -229,8 +229,8 @@ Co-authored-by: Name <email>
229229### Branch naming (suggested)
230230
231231- Use lowercase kebab‑case; concise (≤ 40 chars).
232- - Prefix conventions :
233- - ` feature /<scope>-<short-desc>`
232+ - Branch prefixes match Conventional Commit types :
233+ - ` feat /<scope>-<short-desc>`
234234 - ` fix/<issue-or-bug>-<short-desc> `
235235 - ` chore/<short-desc> `
236236 - ` docs/<short-desc> `
@@ -239,21 +239,18 @@ Co-authored-by: Name <email>
239239 - ` test/<short-desc> `
240240 - ` perf/<short-desc> `
241241 - ` build/<short-desc> `
242- - ` release/vX.Y.Z `
243- - ` hotfix/<short-desc> `
244242
245243Examples:
246244
247245``` text
248- feature /cli-init
246+ feat /cli-init
249247fix/core-threading-deadlock-123
250248docs/contributing
251249ci/publish-pypi
252250build/lock-versions
253251refactor/utils-paths
254252test/templates-android
255- release/v0.2.0
256- hotfix/cli-regression
253+ fix/cli-regression
257254```
258255
259256### E2E tests (Maestro)
You can’t perform that action at this time.
0 commit comments