Skip to content

Commit 098ada0

Browse files
committed
edit early access stage
1 parent a2cc1b8 commit 098ada0

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/contributing/feature-stages.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,37 +9,37 @@ If you encounter an issue with any Coder feature, please submit a
99

1010
## Early access features
1111

12+
- **Stable**: No
13+
- **Production-ready**: No
14+
- **Support**: GitHub issues
15+
1216
Early access features are neither feature-complete nor stable. We do not
1317
recommend using early access features in production deployments.
1418

1519
Coder releases early access features behind an “unsafe” experiment, where
1620
they’re accessible but not easy to find.
17-
18-
## Experimental features
19-
20-
These features are disabled by default, and not recommended for use in
21+
They are disabled by default, and not recommended for use in
2122
production as they may cause performance or stability issues. In most cases,
22-
experimental features are complete, but require further internal testing and
23-
will stay in the experimental stage for one month.
23+
early access features are complete, but require further internal testing and
24+
will stay in the early access stage for at least one month.
2425

25-
Coder may make significant changes to experiments or revert features to a
26-
feature flag at any time.
26+
Coder may make significant changes or revert features to a feature flag at any time.
2727

28-
If you plan to activate an experimental feature, we suggest that you use a
28+
If you plan to activate an early access feature, we suggest that you use a
2929
staging deployment.
3030

31-
You can opt-out of an experiment after you've enabled it.
32-
3331
```yaml
34-
# Enable all experimental features
32+
# Enable all early access features
3533
coder server --experiments=*
3634

37-
# Enable multiple experimental features
35+
# Enable multiple early access features
3836
coder server --experiments=feature1,feature2
3937

4038
# Alternatively, use the `CODER_EXPERIMENTS` environment variable.
4139
```
4240

41+
You can opt-out of a feature after you've enabled it.
42+
4343
### Available experimental features
4444

4545
<!-- Code generated by scripts/release/docs_update_experiments.sh. DO NOT EDIT. -->

0 commit comments

Comments
 (0)