File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ corresponding exception request to be created.
113
113
A level of common sense should be applied when deciding whether to have a feature
114
114
behind a feature flag off or on by default.
115
115
116
- The following guideliness can be applied to help make this decision:
116
+ The following guidelines can be applied to help make this decision:
117
117
118
118
* If the feature is not fully ready or functioning, the feature flag should be disabled by default.
119
119
* If the feature is ready but there are concerns about performance or impact, the feature flag should be enabled by default, but
@@ -125,7 +125,7 @@ For more information on rolling out changes using feature flags, read [through t
125
125
In order to build the final package and present the feature for self-hosted
126
126
customers, the feature flag should be removed. This should happen before the
127
127
22nd, ideally _ at least_ 2 days before. That means MRs with feature
128
- flags being picked at the 19th would have a quite tight schedule, so picking
128
+ flags being picked at the 19th would have quite a tight schedule, so picking
129
129
these _ earlier_ is preferable.
130
130
131
131
While rare, release managers may decide to reject picking a change into a stable
You can’t perform that action at this time.
0 commit comments