From 3d9628e1e05dca4241006699815b4f096ebf80f4 Mon Sep 17 00:00:00 2001 From: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> Date: Mon, 24 Mar 2025 19:05:56 +0000 Subject: [PATCH 1/2] add table to feature stages --- docs/about/feature-stages.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/about/feature-stages.md b/docs/about/feature-stages.md index 65644e98b558f..d555b93d410aa 100644 --- a/docs/about/feature-stages.md +++ b/docs/about/feature-stages.md @@ -7,6 +7,14 @@ If you encounter an issue with any Coder feature, please submit a [GitHub issue](https://github.com/coder/coder/issues) or join the [Coder Discord](https://discord.gg/coder). +## Feature stages + +| Feature stage | Stable | Production-ready | Support | Description | +|----------------------------------------|--------|------------------|-----------------------|--------------------------------------------------------------------------------------------------------------------------------| +| [Early Access](#early-access-features) | No | No | GitHub issues | For staging only. Not feature-complete or stable. Disabled by default. | +| [Beta](#beta) | No | Not fully | Docs, Discord, GitHub | Publicly available. In active developement with minor bugs. Suitable for staging; optional for production. Not covered by SLA. | +| [GA](#general-availability-ga) | Yes | Yes | License-based | Stable and tested. Enabled by default. Fully documented. Support based on license. | + ## Early access features - **Stable**: No From 8737bf9e36050eb33078be8aa4c340b182f115a8 Mon Sep 17 00:00:00 2001 From: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> Date: Mon, 24 Mar 2025 19:14:20 +0000 Subject: [PATCH 2/2] fix typo --- docs/about/feature-stages.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/about/feature-stages.md b/docs/about/feature-stages.md index d555b93d410aa..7b83cadf3c7aa 100644 --- a/docs/about/feature-stages.md +++ b/docs/about/feature-stages.md @@ -9,11 +9,11 @@ If you encounter an issue with any Coder feature, please submit a ## Feature stages -| Feature stage | Stable | Production-ready | Support | Description | -|----------------------------------------|--------|------------------|-----------------------|--------------------------------------------------------------------------------------------------------------------------------| -| [Early Access](#early-access-features) | No | No | GitHub issues | For staging only. Not feature-complete or stable. Disabled by default. | -| [Beta](#beta) | No | Not fully | Docs, Discord, GitHub | Publicly available. In active developement with minor bugs. Suitable for staging; optional for production. Not covered by SLA. | -| [GA](#general-availability-ga) | Yes | Yes | License-based | Stable and tested. Enabled by default. Fully documented. Support based on license. | +| Feature stage | Stable | Production-ready | Support | Description | +|----------------------------------------|--------|------------------|-----------------------|-------------------------------------------------------------------------------------------------------------------------------| +| [Early Access](#early-access-features) | No | No | GitHub issues | For staging only. Not feature-complete or stable. Disabled by default. | +| [Beta](#beta) | No | Not fully | Docs, Discord, GitHub | Publicly available. In active development with minor bugs. Suitable for staging; optional for production. Not covered by SLA. | +| [GA](#general-availability-ga) | Yes | Yes | License-based | Stable and tested. Enabled by default. Fully documented. Support based on license. | ## Early access features