Skip to content

Commit 6df7d2f

Browse files
committed
describe what branch to target when making PRs
1 parent f64a642 commit 6df7d2f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,13 @@ Javascript Code
351351

352352
Note that there is one design goal to keep in mind, never introduce any meaningless symbol unless necessary, we do optimizations, however, it should also compile readable output code.
353353

354+
## PR target branch
355+
356+
Target branch `master` for development of new (breaking) features (v12).
357+
358+
Bug fixes and maintenance should target branch `11.0_release`.
359+
We'll merge `11.0_release` into `master` from time to time to propagate those changes.
360+
354361
## Release Process
355362

356363
To build a new version and release it on NPM, follow these steps:

0 commit comments

Comments
 (0)