@@ -51,7 +51,7 @@ When starting work on a feature, we should create a matching feature flag:
5151```
52523 . Add the feature to the set of labs on
5353 [ develop] ( https://github.com/vector-im/riot-web/blob/develop/riot.im/develop/config.json )
54- and [ nightly] ( https://github.com/vector-im/riot-desktop/blob/master /riot.im/nightly/config.json ) :
54+ and [ nightly] ( https://github.com/vector-im/riot-desktop/blob/develop /riot.im/nightly/config.json ) :
5555``` json
5656 "features" : {
5757 "feature_cats" : " labs"
@@ -70,7 +70,7 @@ The following lists a few common options.
7070Set the feature to ` enable ` in the
7171[ develop] ( https://github.com/vector-im/riot-web/blob/develop/riot.im/develop/config.json )
7272and
73- [ nightly] ( https://github.com/vector-im/riot-desktop/blob/master /riot.im/nightly/config.json )
73+ [ nightly] ( https://github.com/vector-im/riot-desktop/blob/develop /riot.im/nightly/config.json )
7474configs:
7575
7676``` json
@@ -84,7 +84,7 @@ configs:
8484Set the feature to ` enable ` in the
8585[ staging / app] ( https://github.com/vector-im/riot-web/blob/develop/riot.im/app/config.json )
8686and
87- [ release] ( https://github.com/vector-im/riot-desktop/blob/master /riot.im/release/config.json )
87+ [ release] ( https://github.com/vector-im/riot-desktop/blob/develop /riot.im/release/config.json )
8888configs.
8989
9090** Warning:** While this does mean the feature is enabled by default for
@@ -104,10 +104,10 @@ Once we're confident that a feature is working well, we should remove the flag:
1041043 . Remove the feature from the [ labs documentation] ( https://github.com/vector-im/riot-web/blob/develop/docs/labs.md )
1051054 . Remove feature state from
106106 [ develop] ( https://github.com/vector-im/riot-web/blob/develop/riot.im/develop/config.json ) ,
107- [ nightly] ( https://github.com/vector-im/riot-desktop/blob/master /riot.im/nightly/config.json ) ,
107+ [ nightly] ( https://github.com/vector-im/riot-desktop/blob/develop /riot.im/nightly/config.json ) ,
108108 [ staging / app] ( https://github.com/vector-im/riot-web/blob/develop/riot.im/app/config.json ) ,
109109 and
110- [ release] ( https://github.com/vector-im/riot-desktop/blob/master /riot.im/release/config.json )
110+ [ release] ( https://github.com/vector-im/riot-desktop/blob/develop /riot.im/release/config.json )
111111 configs
1121125 . Celebrate! 🥳
113113
@@ -128,8 +128,8 @@ regular setting:
1281283 . Remove the feature from the [ labs documentation] ( https://github.com/vector-im/riot-web/blob/develop/docs/labs.md )
1291294 . Remove feature state from
130130 [ develop] ( https://github.com/vector-im/riot-web/blob/develop/riot.im/develop/config.json ) ,
131- [ nightly] ( https://github.com/vector-im/riot-desktop/blob/master /riot.im/nightly/config.json ) ,
131+ [ nightly] ( https://github.com/vector-im/riot-desktop/blob/develop /riot.im/nightly/config.json ) ,
132132 [ staging / app] ( https://github.com/vector-im/riot-web/blob/develop/riot.im/app/config.json ) ,
133133 and
134- [ release] ( https://github.com/vector-im/riot-desktop/blob/master /riot.im/release/config.json )
134+ [ release] ( https://github.com/vector-im/riot-desktop/blob/develop /riot.im/release/config.json )
135135 configs
0 commit comments