You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributing/feature-stages.md
+2-13Lines changed: 2 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
Some Coder features are released in feature stages before they are generally
4
4
available.
5
5
6
+
If you encounter an issue with any Coder feature, please submit a [GitHub issues](https://github.com/coder/coder/issues) or join the [Coder Discord](https://discord.gg/coder).
7
+
6
8
## Early access features
7
9
8
10
Early access features are neither feature-complete nor stable. We do not
@@ -11,11 +13,6 @@ recommend using early access features in production deployments.
11
13
Coder releases early access features behind an “unsafe” experiment, where
12
14
they’re accessible but not easy to find.
13
15
14
-
### Early access support expectation
15
-
16
-
We recommend using [GitHub issues](https://github.com/coder/coder/issues) to
17
-
leave feedback and get support for early access features.
18
-
19
16
## Experimental features
20
17
21
18
These features are disabled by default, and not recommended for use in
@@ -41,10 +38,6 @@ coder server --experiments=feature1,feature2
41
38
# Alternatively, use the `CODER_EXPERIMENTS` environment variable.
42
39
```
43
40
44
-
### Experimental features support expectation
45
-
46
-
Support for experimental features is available through _X_.
47
-
48
41
### Available experimental features
49
42
50
43
<!-- Code generated by scripts/release/docs_update_experiments.sh. DO NOT EDIT. -->
@@ -63,10 +56,6 @@ Beta features are open to the public, but are tagged with a `Beta` label.
63
56
They’re subject to minor changes and may contain bugs, but are generally ready
64
57
for use.
65
58
66
-
### Beta features support expectation
67
-
68
-
Support for beta features is available through _X_.
69
-
70
59
## General Availability (GA)
71
60
72
61
All other features have been tested, are stable, and are enabled by default.
0 commit comments