Skip to content

Commit c25401f

Browse files
committed
more generalized support copy
1 parent 1dca655 commit c25401f

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

docs/contributing/feature-stages.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Some Coder features are released in feature stages before they are generally
44
available.
55

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+
68
## Early access features
79

810
Early access features are neither feature-complete nor stable. We do not
@@ -11,11 +13,6 @@ recommend using early access features in production deployments.
1113
Coder releases early access features behind an “unsafe” experiment, where
1214
they’re accessible but not easy to find.
1315

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-
1916
## Experimental features
2017

2118
These features are disabled by default, and not recommended for use in
@@ -41,10 +38,6 @@ coder server --experiments=feature1,feature2
4138
# Alternatively, use the `CODER_EXPERIMENTS` environment variable.
4239
```
4340

44-
### Experimental features support expectation
45-
46-
Support for experimental features is available through _X_.
47-
4841
### Available experimental features
4942

5043
<!-- 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.
6356
They’re subject to minor changes and may contain bugs, but are generally ready
6457
for use.
6558

66-
### Beta features support expectation
67-
68-
Support for beta features is available through _X_.
69-
7059
## General Availability (GA)
7160

7261
All other features have been tested, are stable, and are enabled by default.

0 commit comments

Comments
 (0)