From dd6605be798b52bf588dadfda4431acf4145c1ed Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Tue, 10 Dec 2024 19:14:48 +0100 Subject: [PATCH] doc: encourage adding testbeds for new modules (#673) This follows the discussion at https://github.com/danth/stylix/pull/612#issuecomment-2532155680 --- docs/src/modules.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/modules.md b/docs/src/modules.md index 2d610990..6e482308 100644 --- a/docs/src/modules.md +++ b/docs/src/modules.md @@ -71,6 +71,11 @@ one of the following applies: - There is no reliable way to detect whether the target is installed, *and* enabling it unconditionally would cause problems. +## Testbeds + +Adding [testbeds](./testbeds.md) for new modules is encouraged, but not +mandatory. + ## How to apply colors Refer to the [style guide](./styling.md) to see how colors are named,