Skip to content

chore(docs): outline new feature stages #14786

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Sep 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
more generalized support copy
  • Loading branch information
EdwardAngert committed Sep 25, 2024
commit c25401f5101ba9c8f02716ccc6ab87d509d09e06
15 changes: 2 additions & 13 deletions docs/contributing/feature-stages.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Some Coder features are released in feature stages before they are generally
available.

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).

## Early access features

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

### Early access support expectation

We recommend using [GitHub issues](https://github.com/coder/coder/issues) to
leave feedback and get support for early access features.

## Experimental features

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

### Experimental features support expectation

Support for experimental features is available through _X_.

### Available experimental features

<!-- Code generated by scripts/release/docs_update_experiments.sh. DO NOT EDIT. -->
Expand All @@ -63,10 +56,6 @@ Beta features are open to the public, but are tagged with a `Beta` label.
They’re subject to minor changes and may contain bugs, but are generally ready
for use.

### Beta features support expectation

Support for beta features is available through _X_.

## General Availability (GA)

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