From c3dd5a703d25a0643ecbc1e47bdb355fb0b67945 Mon Sep 17 00:00:00 2001 From: Dan Sheridan Date: Thu, 24 Jun 2021 16:09:36 +0100 Subject: [PATCH] Minor docs clarification to train names (#587) Fix capitalisation (the train names are all lower case); change `staging` to `stable` as I think that's the intention --- docs/manual/adding-truecharts.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/adding-truecharts.md b/docs/manual/adding-truecharts.md index cc0f9c1b4ab..3c2adea7a6b 100644 --- a/docs/manual/adding-truecharts.md +++ b/docs/manual/adding-truecharts.md @@ -24,11 +24,11 @@ Branch: `main` ##### Difference between Stable and Incubator -TrueCharts has 2 trains: `Staging` and `Incubator`. Both trains contain Apps that should work fine. However they have a slightly different meaning: +TrueCharts has 2 trains: `stable` and `incubator`. Both trains contain Apps that should work fine. However they have a slightly different meaning: -`Staging` Contains Apps that have an active maintainer that uses and maintains these Apps. This person guarantees that the Apps should function without issues. They also are reviewed more strictly before being accepted into `Stable`, for both security and stability. +`stable` contains Apps that have an active maintainer that uses and maintains these Apps. This person guarantees that the Apps should function without issues. They also are reviewed more strictly before being accepted into `stable`, for both security and stability. -`Incubator` Contains Apps that either do not have an active maintainer or are not fully reviewed to comply to all our technical guidelines. They should, however, still function without issues. +`incubator` contains Apps that either do not have an active maintainer or are not fully reviewed to comply to all our technical guidelines. They should, however, still function without issues. ##### Adding TrueCharts on TrueNAS SCALE 21.02ALPHA