Skip to content

Commit 5defb3c

Browse files
committed
fix
1 parent 4d2d3bd commit 5defb3c

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,7 @@ known as the release freeze. All the feature pull requests should be
299299
merged before feature freeze. And, during the frozen period, a corresponding
300300
release branch is open for fixes backported from main branch. Release candidates
301301
are made during this period for user testing to
302-
obtain a final version that is maintained in this branch. A release is
303-
maintained by issuing patch releases to only correct critical problems
304-
such as crashes or security issues.
302+
obtain a final version that is maintained in this branch.
305303

306304
Major release cycles are seasonal. They always begin on the 25th and end on
307305
the 24th (i.e., the 25th of December to March 24th).
@@ -311,6 +309,15 @@ for the previous version. For example, if the latest, published release is
311309
v1.2, then minor changes for the previous release—e.g., v1.1.0 -> v1.1.1—are
312310
still possible.
313311

312+
The previous release gets fixes for:
313+
* Security issues
314+
* Critical bugs
315+
* Regressions
316+
* Build issues
317+
* Necessary enhancements (including necessary UI/UX fixes)
318+
319+
The backported fixes should avoid breaking downgrade between minor releases as much as possible.
320+
314321
## Maintainers
315322

316323
To make sure every PR is checked, we have [team

0 commit comments

Comments
 (0)